Wed, 2004-11-03 20:35
Hi all! not a complete css novice but near as damn it!
Have a problem that I suspect has a very simple solution.
I have a series of nested lists and wish to maintain the use of % font size rather than px. Unfortunately the font-size of each nested list becomes a set percentage of the parent list (texts gets smaller and smaller as the number of nested lists increases).
If anyone can decipher what I have written and understood my problem and can offer a solution then I would be very very greatful.
Wed, 2004-11-03 21:36
#1
Font size of list elements.
Hi ToonMariner,
You could set the inner list items to have a font-size of 100% or 1 em.
li{font-size:85%;} li li {font-size:100%;}
[/code]
Hope that helps
Wed, 2004-11-03 21:50
#2
Font size of list elements.
Thanks Tony You are a scholar and a gentleman!!!!!