The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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!!
|
|
#2
|
||||
|
||||
|
Try this ...
Find: Code:
// handle menu control mouseover events
function vbmenu_eventhandler_mouseover(e)
{
e = do_an_e(e);
vbmenu_hover(this);
}
Code:
// handle menu control mouseover events
function vbmenu_eventhandler_mouseover(e)
{
e = do_an_e(e);
vbmenu_open(this);
}
|
|
#3
|
||||
|
||||
|
Please dont post code using QUOTE , asecond DONT POST WHOLE FILES.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|