Explorer 6 Windows ignores all margins
on a table. 5.0 and 5.5 ignore top and bottom margins.
Test page. Workaround is not included.
Reported by ppk.
Explorer 5-6 Windows, Explorer 7 | Reported on 18 February 2005.
This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.
Search reports by browser:
2 Posted by Tino Zijdel on 20 February 2005 | Permalink
Padding on the table-element doesn't make sense; you should apply them to the td/th-elements.
Anyway, it is well-known that IE has not correctely implemented the table-layout model (lacking display:table-xxx, not implemented border-spacing and empty-cells).
I could get IE to render the margin though by giving the container a small height or width; looks like another hasLayout bug.
1 Posted by Vesa Piittinen on 18 February 2005 | Permalink
In addition to this, Internet Explorer 6 ignores all paddings as well.