Hi -
I've got an unordered list with three levels. How do I control the third level's bullet/font-size without having to apply a class, or is this impossible?
Here are my styles so far:
ul {font-family: verdana, sans-serif; font-size: .85em; font-weight: bold;}
li {font-family: verdana, sans-serif; line-height: 2em;}
li ul {font-size: .9em; font-weight: normal;}
Thanks,
KDLAyou can define the heirarcy like:ul ul ul, ul > ul > ul {
statement
}Thanks for the quick response!
I appreciate it -
KDLA
I've got an unordered list with three levels. How do I control the third level's bullet/font-size without having to apply a class, or is this impossible?
Here are my styles so far:
ul {font-family: verdana, sans-serif; font-size: .85em; font-weight: bold;}
li {font-family: verdana, sans-serif; line-height: 2em;}
li ul {font-size: .9em; font-weight: normal;}
Thanks,
KDLAyou can define the heirarcy like:ul ul ul, ul > ul > ul {
statement
}Thanks for the quick response!
I appreciate it -
KDLA