Negative margins: can they work in IE7 and IE8?
- by Haroldo
I'm trying to have a kind of dirty underline effect using a string of hyphens, but I want it slightly closer to the multi-line title than the line-height.
Negative margin works a treat in FF but no joy in IE?
<p>a multiline title here<p><p style="margin: -7px 0px 10px 0px;">-----------------------------------------------------------------------------</p>