7Mar/100
How to remove image padding/margins in Internet Explorer 6 (IE6)
IE6 handly adds margin around images - painful when you're working to precise sizes.
However there's a simple fix, use the following CSS in your IE6 stylesheet:
img { display:block; }