Click to See Complete Forum and Search --> : 3rd time lucky anyone????


rustler2001
01-10-2003, 08:51 AM
Can anyone help me with my navigation, i have posted this already but no one seems to have the answer so if any of you Gurus can sort this i will be well happy!
I have 6 navigation boxes horizontally at the top of my page, with drop down menus in javascript. When i rollover my navigation the box drops down for that section. The only problem is that it doesnt dissapear when i move off it, only when i roll over another navigation area or click somewhere else on the page. I want the menu to stay in place for a second or two before disappearing.
Now i know i can put in the onMouseoff Timeout action but that is not what i want. I have attached the js file as a txt file for you to have a look, but i dont know what the script is to put in it for the roll off effect.
Plus i havent put any js in the HTML page only in the js file so the HTML page calls the js file when loaded.
Thanks
Russell

AdamBrill
01-10-2003, 12:11 PM
Could you post the HTML of how to use it? You posted the script, but without the HTML, it doesn't do anthing. If you could post the rest of the code, I'll take a look...

rustler2001
01-13-2003, 03:59 AM
Adam
cheers for having a look and sorry havent been back in touch over the weekend but been away.
Here is the html page too i know in the body tag its got onclick closewindow, but once i have the javascript code then i will take that out, or if you can make it work by changing t there then that would be good too!
anyway hope to hear from you soon!
Cheers again
Russell

AdamBrill
01-13-2003, 07:58 AM
OK, try using the attached code. I think it will work fine for you. I did use the onmouseout, but just try it. I think it will be exactly what you wanted. If you don't use onmouseout, there's no way to find out when there mouse isn't on it, so I had to use it. So, just try it and let me know...

rustler2001
01-13-2003, 08:15 AM
Adam worked a treat thanks for all your help mate
cheers
Russell