|
Posted by Andy Dingley on February 20, 2008, 5:35 am
Please log in for more thread options
> I'm having problems with excessive line spacing in FireFox. This
> seems to happen when "line-height" is set to "normal" when a large
> font is in effect, then there's a font change to a smaller font in
> HTML at a lower level. It looks like line height gets "stuck" at the
> value in effect in the outer block.
What units are you using to set line-height? This behaviour is
deliberately like this _if_ you specify units. So for most purposes,
line-height ought to be set with a dimensionless number instead.
|