lau Guerreiro wrote: >> http://www.ezi10.com/ezi10/problem2.htm
It's just a variant of the 'margin-doubling on floats' bug in IE/win. The bug is pushing the DIV.outer wider because of the 'auto-expand to make content fit' bug in IE/win. Adding... 'display: inline;' ...to the floating 'DIV.inner' solves it - as always, but you better not add that "fix" to the non-floating 'DIV.inner'. >> http://www.ezi10.com/ezi10/problem.htm Same here. Add 'display: inline;' to the floats that is given a margin - DIV.bbbb and DIV.dddd, and IE6 will line up the floats as Firefox and Opera do. All tested in IE6.0.2800.1106 - just to be on the safe side. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
