I give up:
Brother cake, how did you manage to build you udm on this basis?:
Code:
<ul>
<li><a href="#">lorem</a></li>
<li><a href="#">lorem</a></li>
<li><a href="#">lorem</a></li>
<li>
<a href="#">adipiscing</a>
<ul>
<li><a href="#">dolor</a></li>
<li><a href="#">elit</a></li>
<li><a href="#">ipsum</a></li>
<li><a href="#">Donec</a></li>
</ul>
</li>
</ul>
thanks alot, I have been trying to select the UL with js, when i hover over the LI, but then the A tag gets in the way (which is in the LI tag), but then i no longer hover over a li tag, i hover of the a tag...
soo please tell me how you manage to do it....
thanks alot