Hi guys,
i have a left columns which is the same height as a column it is floating against
i have set a fixed height and it is the same in ff, safari, and chrome and ie7, but ie6 is showing it shorter by 6pixels
here is my css
Code CSS:#left-generic { width: 636px; height: 1193px; float: left; font-size: 0.8em; border: #ccc 1px solid; margin-top: 10px; overflow: auto; }
here is my html
Code HTML4Strict:<div id="left-generic"> </div>
the div doesnt contain any conent at the moment







Bookmarks