Quote:
Originally Posted by Aken
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:
Code:
<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 [DATE]1199587749[/DATE] at [TIME]1199587749[/TIME] ---------------
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?