The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Drop Down Menu On Images
I am creating a custom image navbar and wish to get drop down menu's for it. All the links are pictures though and if i put "id="navbar_search"" in the td then it adds an arrow underneath the picture. How can i avoid this?
|
#2
|
|||
|
|||
in your template find
Code:
<script type="text/javascript"> vbmenu_register("whatever you put here"); </script> Code:
<script type="text/javascript"> vbmenu_register("whatever you put here", [high]true[/high]); </script> |
#3
|
|||
|
|||
or you can do , 1 instead of , true which is what someone else told me 10 minutes ago.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|