Calling on CSS Masters,
 
Firefox works fine, MS IE 6.0 drops the center(column 2) and right
(column 3) below the last line of left (column1).
 
CSS uses a liquid 3 column layout centered and utilizes faux columns.
<http://www.availcompany.com/webdev/webcode/css_test10.htm#>
http://www.availcompany.com/webdev/webcode/css_test10.htm# The right
column width is 1px so it looks like a 2 column design. 
 
I have asked why does IE drop column content before and Mr. Georg
(Gunlaug Sørtun) graciously advised a fix to add:
 
* html div#column2 {height: 100%;}
* html div#column2 table {float: left; margin-right: -10px;}
 
which you can see is present in the css. Obviously, there is still a
problem. 
 
1. Could you help point me to a solution?
2. What is this behavior/bug called on the css-discuss wiki list of bugs
<http://css-discuss.incutio.com/?page=InternetExplorerWinBugs>
http://css-discuss.incutio.com/?page=InternetExplorerWinBugs ? 
 
cheers,
deano
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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