Give help. Get help.
#leftnav ul.widgets li ul li { }
Could someone explain what “li ul li” means? What is the difference between the two “li” entries?
Thank you.
G
Something like this:
Basically, it’s targeting a 2nd tier of an unordered list (how you would make a dropdown nav, for example).
You must be logged in to reply to this topic.