Click to See Complete Forum and Search --> : Overflow problem in IE6


elmu
09-17-2008, 02:22 PM
Hello,

I have a very basic site layout with header, content and footer. It works fine in Firefox, IE7 but not in IE6. In case of IE6 the content block doesn't overflow its internal text blocks.

Here you can see it: http://www.pages4u.net/css/test2.html

How can I correct it?

Thanks!

Coyotelab
09-17-2008, 03:48 PM
.content {
clear:both;
display: inline-block;
border-top:4px solid #b57c2f;
border-bottom:4px solid #b57c2f;
overflow:hidden;
background-color:#330066;
}

Centauri
09-17-2008, 07:10 PM
Or setting the width of .content to 100% will also invoke HasLayout.