Forum Moderators: phranque
IE defaults to about a 14-6 pixel height on divs, you have to explicitly tell it to use a shorter height. You need the font-size set tiny too in case there is a space in the div, like <div> </div>, a space is a character, and if you have a character ie will assign it a height corresponding to the default font size of your page.
shorthand:
font: normal 1px/1px arial;