Just for my own future reference — how to get margins to look right in Internet Explorer 6.x.
IE6 Margin Hack
This entry was written by Robert Koehler, posted on December 1, 2007 at 3:43 pm, filed under Asides, Blogging. Bookmark the permalink. Follow any comments here with the RSS feed for this post.
Post a comment or leave a trackback: Trackback URL.


3 Comments
My hack is to use Firefox instead — I’m lazy.
Unfortunately, in Korea, designing for IE 6.x is a must — all the PC bangs use it.
My hack is to just include another CSS line with the ‘_’ in front that will be recognized only by IE6 and below (esp. 5.5, 5.01):
margin: 10px 10px 10px 10px;
_margin: 5px 10px 5px 10px;