ktsixit
11-13-2009, 11:49 AM
Hi all,
I have created a menu in my website and there are multiple classes applied on it. This is what it looks like:
<li class="parent active item29"><a href="#">Menu item 1</a></li>
I'm trying to access it's style using:
li.parent.active.item29 a{...}
but it's not working. Am I doing something wrong?
I have created a menu in my website and there are multiple classes applied on it. This is what it looks like:
<li class="parent active item29"><a href="#">Menu item 1</a></li>
I'm trying to access it's style using:
li.parent.active.item29 a{...}
but it's not working. Am I doing something wrong?