arguments for document.display=

liunx

Guest
I'm using the code from HTML Goodies for menu's. However, he includes the options of either having to click to remove the submenu or having it disappear when you move the mouse off the target. I would like to set a delay for the submenu so that it stays visible for say 200 milliseconds or whatever and then disappears without having to click anywhere. The specific code is as follows:<br />
<br />
<SPAN onMouseOver="document.all.menu1.style.display = 'block'" onMouseOut="document.all.menu1.style.display = 'delay'"><br />
<br />
The 'block' works as does the argument 'none', but I need something that will delay? Thanks<!--content-->
 
Back
Top