Re: line height

'A better approach is to set the 'line-height' of the parent element
'(say P) using percentage units, not numnbers:
'
'  P { line-height: 120% }
'
'According to the specification, the the calculated value will then be
'inherited -- not the factor. So, child elements of P will have the
'same value for 'line-height' as P has.

I don't thinke the line-height work very well for IE... :(

        /Wuming

--
 Wu m  i   n    g  wuming@lhasa.nu
      Zh a  n   g  wuming.i.svea.nu

Received on Wednesday, 16 December 1998 09:11:19 UTC