PDA

View Full Version : Drop Down Menu


redtaz
01-05-2008, 02:45 AM
Hi there I'm wondering is there anyway to have the vBulletin drop down menus automatically drop when you hover over the link for it to drop, so you don't have to click the link in order for the menu to drop? Also how can I remove the https://vborg.vbsupport.ru/external/2010/06/3.gif from drop down menus?

And help would be greatly appreciated and if you need more detail please reply.

Aken
01-05-2008, 04:34 AM
The hover effect would have to be achieved by rewriting the Javascript to watch for a hovering cursor instead of a click. I don't know how to do that.

To get rid of the little arrow, just add a "true" statement to the line of script, IE:

<script type="text/javascript"> vbmenu_register("navbar_search", true); </script>

redtaz
01-05-2008, 07:49 PM
The hover effect would have to be achieved by rewriting the Javascript to watch for a hovering cursor instead of a click. I don't know how to do that.

To get rid of the little arrow, just add a "true" statement to the line of script, IE:

<script type="text/javascript"> vbmenu_register("navbar_search", true); </script>
Thanks for that, worked perfectly! Now does anyone know how to do the hover, but only for the nav bar?

--------------- Added 1199587749 at 1199587749 ---------------

OK the code worked to remove the arrow but im still getting the space where the arrow is supposed to go, how can i just delete that space?