what is the difference between them?
#top .catnav li vs. .catnav li a
4 posts from 2 voices-
Posted 1 year ago #
-
Hi,
The first one targets the list item, the second one targets the link in that list item.
Posted 1 year ago # -
ok, topic has a misleading title
one is
#top .catnav li a
second
.catnav li aso the difference is only #top - what does it change?
Posted 1 year ago # -
The top one will only work if theres a listed link in the catnav in the #top div. The second one will target all listed links within a catnav class. This however only occurs in your #top.
Posted 1 year ago #
Reply
You must log in to post.














