Meaghen Lewis wrote:
> ...
> Here is the link to the site in question:
> http://www.onmontauk.com/index-test.shtml
> 
> Here is my CSS:
> http://www.onmontauk.com/cssstyles.css
> 
> Here are screen shots of what is happening:
> http://www.onmontauk.com/screenshots.html
> 
> I have several containers:
> -Wrapper
> -Outer (has large borders over which side1 and side2 float to create the
> column effect)
> -Inner (contains side1, content, and side2 all floated left)
> 
> THE PROBLEM
> In Netscape and AOL the Outer layer doesn¹t stretch to fit the contents of
> Inner to create the appearance that all three columns are same height. ...

In older Geckos like N7, the solid clearing element must not be empty.

Adding a nbsp may help

   <div class="clear">&nbsp;</div>

or have a look at our wiki page

http://css-discuss.incutio.com/?page=ClearingSpace

Ingo


-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to