mikepurvis
04-25-2005, 07:32 PM
EDIT 2: The current version of this is here (http://uwmike.com/layout/jello/holly.php).
I'm working on a layout where I'd like to have a div punch-out, but IE cuts off anything outside the parent element. Relative positioning isn't an option, because I'd like it to punch out of both sides of the parent.
An extremely simplified demo of the bug is here:
http://uwmike.com/layout/jello/error.php
I didn't see a P.I.E. page about it... anyone know anything or want to recommend a fix?
EDIT: Nevermind, I've seen this page (http://www.communitymx.com/content/article.cfm?cid=B0029&print=true), and it now mostly works, after float:left-ing and position:relative-ing the box. But now it's really jittery in IE: http://uwmike.com/layout/jello/jitters.php (plus, the float seems to have caused Firefox to stop centering it properly...)
EDIT 2: Whoops... with a little holly hackery to hide the float, and some relative positioning after all, here's a version of the layout (http://uwmike.com/layout/jello/holly.php) that works in Firefox, IE5, and IE6. Could I get a Safari and IE/Mac test, please?
I'm working on a layout where I'd like to have a div punch-out, but IE cuts off anything outside the parent element. Relative positioning isn't an option, because I'd like it to punch out of both sides of the parent.
An extremely simplified demo of the bug is here:
http://uwmike.com/layout/jello/error.php
I didn't see a P.I.E. page about it... anyone know anything or want to recommend a fix?
EDIT: Nevermind, I've seen this page (http://www.communitymx.com/content/article.cfm?cid=B0029&print=true), and it now mostly works, after float:left-ing and position:relative-ing the box. But now it's really jittery in IE: http://uwmike.com/layout/jello/jitters.php (plus, the float seems to have caused Firefox to stop centering it properly...)
EDIT 2: Whoops... with a little holly hackery to hide the float, and some relative positioning after all, here's a version of the layout (http://uwmike.com/layout/jello/holly.php) that works in Firefox, IE5, and IE6. Could I get a Safari and IE/Mac test, please?