Hello, please take a look at the following page with IE6: http://www.digitale-bibliothek.de/Zenotest/blog_a.htm http://www.digitale-bibliothek.de/Zenotest/style.css
I am having problems with floating images. The first image on the page (in the box "T-Shirt contest") is floated right. It doesn't matter whether the images are floated with css or via e.g. align="right". In IE6, the drop out of the normal box flow, the surrounding box's/div's height is not adjusted in a way that the image fits into it. First the image even fell behind the box (in z-order), so it was partly invisible. I was able to repair that by setting "position: relative;" for the image and the surrounding div. The I wanted to set "clear: both;" for the feedback div. But that forces it to be placed (vertically) under the left menu, because that is floated, too. In addition, as soon as a div.postbox contains a floated image, it's left margin is set to zero. The left edge of the first postbox containing the right floated image touches the right edge of the left menu column. If I would delete the left menu column, that postbox's left edge would go right to the left border of the page: http://www.digitale-bibliothek.de/Zenotest/blog_b.htm But the contents of the postbox would still maintain the margin. Strange. Does anybody know how I can get the feedback div to clear only any floated image within it's postbox, but not outside? And does anybody know why the left border of the postbox behaves so strange if it contains a floated image? Other browsers like Firefox or IE7 do it like expected, but IE6 now. Regards, Christian Kirchhoff *Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin www.digitale-bibliothek.de AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737 Geschäftsführer: Ralf Szymanski · Erwin Jurschitza ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
