[css-d] fixed width layout - make expand only if needed?

2008-07-09 Thread Hayley Kinash
is that min-width is only a min, and I want the max-width to be defined only by the content. Overflow:visible lets the content flow out of the containing box, but it doesn't expand the container. Any help, please? Hayley Kinash Programmer/Web Author St Solo Computer Graphics Email: [EMAIL

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 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

[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