> http://www.satzansatz.de/cssd/tmp/ie7italic.html > > I am not sure how to stop it. ... > .content { > min-height: 1px; > ... > } > > .content p { > /* background-color:#fff; */ > } > > ... Others hopefully have better ideas.
Yes, Georg noted that this bug is a stacking problem, and a fix (at least in my test case) is to add haslayout to the container and position:relative to the float see http://www.satzansatz.de/cssd/tmp/ie7italic-fix.html Thanks Georg! 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/
