Re: width:120%

> But still wondering... 120% is not absolutely neccessary in your code
> li { width: 120%; }
> is exactly
> li { width: 3.6em; } /* 3em of parent * 120% = 3.6 em */

And now assume someone sets the width to '5em' with a UA style sheet or 
pref.

It is useful.


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>

Received on Friday, 11 June 2004 01:21:27 UTC