Any Javascript whizzes out there ?

Rob Holmes

Free Member
Business Listing
Mar 23, 2005
3,600
23
Kent
theivybridgecollection.com
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)

Code:
<dd id="smenu1"  onmouseover="javascript&#58;montre&#40;'smenu1'&#41;;"  onmouseout="javascript&#58;montre&#40;''&#41;;">

Cheers,

Rob
 

Stephen

Free Member
Feb 24, 2004
176
0
UK
I think it's something to do with the way your list is setup rather than anything specifically wrong with the javascript, as the menu only disappears when moving between items. (If you can get the mouse to the second/third items without the browser noticing, the list doesn't disappear.)

You do have a couple of missing </LI> tags on the first two list items, but putting them in hasn't helped yet!

Will keep playing...
 
Upvote 0

Latest Articles