Re: [css-d] Can you surround an absolute div with a relative div, but not define a height

2005-08-02 Thread Steve Clay
Tuesday, August 2, 2005, 12:04:45 PM, Matt Harris wrote: > Is there a way to surround an absolute div (red border) with a relative div > (green border), but not define a height for either? No. Abs. positioned elements are out of document flow; they can't affect elements around them. Is there a p

Re: [css-d] Can you surround an absolute div with a relative div, but not define a height

2005-08-02 Thread Jim Davis
Matt, Here is a link to a javascript solution: http://www.jimdavis.org/test/relative_absolute.htm. Both columns will remain equal in height regardless of content. This is adapted from a tutorial available at: http://www.projectseven.com/tutorials/css/pvii_columns/index.htm Jim On 8/2/05, Matt H

[css-d] Can you surround an absolute div with a relative div, but not define a height

2005-08-02 Thread Matt Harris
Is there a way to surround an absolute div (red border) with a relative div (green border), but not define a height for either? eg, http://publicinterest.eresources.ws/temp.asp Best regards, Matt Harris www.focusontheclouds.com __