- Original Poster
- #1
Hi - we're just putting in a drop down menu system and have got stuck on the javascript.
The menus open ok but when we add the mouseout script we can't scroll down the menus because when the mouse goes down it detects it's out of the original area.
Anyone a whizz at javascript? - I'm sure it's something small we're missing!
The url is http://www.matrixxhosting.com/dd2.html
This is the mouseout code we've used (not in there atm)
Cheers,
Rob
The menus open ok but when we add the mouseout script we can't scroll down the menus because when the mouse goes down it detects it's out of the original area.
Anyone a whizz at javascript? - I'm sure it's something small we're missing!
The url is http://www.matrixxhosting.com/dd2.html
This is the mouseout code we've used (not in there atm)
Code:
<dd id="smenu1" onmouseover="javascript:montre('smenu1');" onmouseout="javascript:montre('');">
Cheers,
Rob