On Tue, 19 Feb 2008 09:31:53 -0600, Hayley Kinash wrote:
> I've got an absolutely positioned div inside a relatively positioned 
> div, but in IE the child div is breaking out of the parent and uses 
> the body as its parent.  There's a width and a height on the parent 
> div, and all divs above the parent have position:relative and a width.  It
behaves as expected in FF and Safari.
>
>[code snipped]

> See this article at PositionIsEverything.net for the lowdown on this bug:

> <http://www.positioniseverything.net/abs_relbugs.html>

> Hopefully this helps.

> Cordially,
> David
> --

The PIE article indicates that the fix for IE is to put a width and/or
height on the parent - it has both, and position:relative.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to