On a style I'm working on, I need to get the drop down menus activated just by clicking on the image link but it seems the only way to get them to work is to include the arrow via this code.
Code:
<script type="text/javascript"> vbmenu_register("usercptools"); </script>
While I normally wouldn't have a problem it forces my design onto a new line and makes it look poor. Is there anyway to change the variable so it doesn't require the image or just to get the javascript working without vbmenu_register and the image which comes with it.
Posted that over at vbulletin.com and Jake Bunce said
Quote:
It looks to me like this would require editing the vbmenu_doregister() function in the clientscript/vbulletin_menu.js file
|
and to post it over here as you guys would probably be better at helping me out.