View Full Version : vbulletin_menu.js question about onmouseover
sross
05-21-2004, 06:24 AM
Hi, I would like to not have to click on my dhtml menus to expand them, I just want to mouseover them. Here is my vbulletin_menu.js , can someone tell me what to change? thanks!!
Natch
05-21-2004, 12:57 PM
Try this ...
Find:
// handle menu control mouseover events
function vbmenu_eventhandler_mouseover(e)
{
e = do_an_e(e);
vbmenu_hover(this);
}
and Replace with :
// handle menu control mouseover events
function vbmenu_eventhandler_mouseover(e)
{
e = do_an_e(e);
vbmenu_open(this);
}
Zachery
05-21-2004, 06:23 PM
Please dont post code using QUOTE , asecond DONT POST WHOLE FILES.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.