Timothy Kelty wrote: > Does anyone know an workaround/fix/hack for the problem described here: > http://www.maratz.com/blog/archives/2006/11/11/ie-7-quirks-floats-and-margins/ > > Essentially, when an element is floated within a container and has a > bottom margin, IE6 and 7 seem to ignore the bottom margin. I've tried > several float clearing methods on the container, but the margin still > seems to be ignored. Any ideas (other that having to use padding)? >
/With that particular example/, one way, without using padding-bottom, is to set of min-height of 100px; and, feed IE/6 height: 100px [1]; This might not be a wise or practical method in /all/ situations. [1] <http://www.chelseacreekstudio.com/ca/cssd/m.htm> -- http://chelseacreekstudio.com/ ______________________________________________________________________ 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/
