Ok I'm trying to create a dropdown menu for my nvarbar but I do not use the navbar template.
I use nmy header template with images for each link (members, search, quicklinks, etc...).
I need to know how to create a dropdown menu for my links.
For example the rpg hack over at vbulletin.org. I use this
Code:
<td align="left" valign="top" width="76" height="32"
td id="rpg" class="vbmenu_control"><a href="#rpg">RPG</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td>
and it creates the dropdown menu fine but i nee to link and image so that it does not use the vbmenu style? Hope thats not too confusing
anyone?