PDA

View Full Version : Drop Down Menu On Images


rogersnm
08-04-2006, 11:46 AM
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?

peterska2
08-04-2006, 05:04 PM
in your template find<script type="text/javascript"> vbmenu_register("whatever you put here"); </script>and replace with<script type="text/javascript"> vbmenu_register("whatever you put here", true); </script>which will stop the arrows from showing up (like it does with the dropdown menu in the postbit)

rogersnm
08-04-2006, 05:26 PM
or you can do , 1 instead of , true which is what someone else told me 10 minutes ago.