> > I usually avoid such a problem by styling the paragraph, like in the > last example here... > > <http://www.gunlaug.no/tos/alien/ig/test_08_0813.html> > > That'll keep the text flowing down independent of the float, and there's > no 'margin-doubling on floats' to conteract in IE6. > > Alternatively one can offset the floatbox in IE only like in the > second-last example, but that's less "refined".
Styleing the <p> element is not an option because there is not always a <p> element in de HTML. That second-last example that's the way I fixed it right now, that's the only ugly fix I found, only I used margin-left to put it on the right place. Strange that no one ever mentioned this bug and that it can't be fixed on a normal way. //Ischa ______________________________________________________________________ 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/
