I have an H1 with a defined font-size and line-height and zero padding and margin. However, the result in IE has an extra pixel of padding on the top before the text starts, even though the element still takes up the same vertical space.
Is there an inconsistency in how line-height is rendered across browsers?
styles:
h1, h1 a { font-size:32px; line-height:44px; margin:0px;padding:0px;border:0px;}
thanks