Hi all,
I'm looking for something that will allow me to add an id tag to the 9th li a tag in my list.. I'm not even sure if it's possible?
Here's the code:
<ul id="p7menubar">
<li><a href="#" class="trigger">Home</a></li>
<li><a href="#" class="trigger">About Us</a></li>
<li><a href="#" class="trigger">Collections</a></li>
<li><a href="#" class="trigger">Stockists</a></li>
<li><a href="#" class="trigger">News / Press</a></li>
<li><a href="#" class="trigger">How to Order</a></li>
<li><a href="#" class="trigger">Terms & Conditions</a></li>
<li><a href="#" class="trigger">Contact Us</a></li>
<li><a href="#" class="trigger" XX ID TAG TO GO HERE XX >Online Store</a>
<ul id="menuitem_9_0">
<li><a href="#" >Baby Clothing</a></li>
<li><a href="#" >Boys Clothing</a></li>
<li><a href="#" >Girls Clothing</a></li>
</ul>
</li>
</ul>
If anyone could help me out, that'd be great :)