Re: [css-d] Absolutely positioned div breaking out of parent in IE

2008-02-22 Thread David Hucklesby
On Thu, 21 Feb 2008 12:43:39 -0600, Hayley Kinash wrote: 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

Re: [css-d] Absolutely positioned div breaking out of parent in IE

2008-02-21 Thread Hayley Kinash
It's in Standards mode. -Original Message- From: Richard Grevers [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 7:26 PM To: Hayley Kinash Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Absolutely positioned div breaking out of parent in IE On 2/20/08, Hayley Kinash

Re: [css-d] Absolutely positioned div breaking out of parent in IE

2008-02-21 Thread David Hucklesby
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

Re: [css-d] Absolutely positioned div breaking out of parent in IE

2008-02-21 Thread Hayley Kinash
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

[css-d] Absolutely positioned div breaking out of parent in IE

2008-02-20 Thread Hayley Kinash
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

Re: [css-d] Absolutely positioned div breaking out of parent in IE

2008-02-20 Thread Richard Grevers
On 2/20/08, Hayley Kinash [EMAIL PROTECTED] 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