Sent by Eric A. Meyer on 23 April 2002 13:01
At 9:57 -0700 4/23/02, William MacDougall wrote:
>I have li { font-size: 70%} and nested <ul>'s, so my text shrinks to
>nothing. I can stop it by setting font-size to px, but I know that's not a
>great solution.
>
>Is there a way to stop the shrinking and still use %?
Sure.
li {font-size: 70%;}
li li {font-size: 100%;}
That should do it.
--
Eric A. Meyer (http://www.meyerweb.com/eric/), List Chaperone
"CSS is much too interesting and elegant to be not taken seriously."
-- Martina Kosloff (http://www.mako4css.com/)