flyout menu close delay

  • Thread starter Thread starter tonyc
  • Start date Start date
T

tonyc

Hi,

I've used the flyout menu code from the frontpage sharepoint site
(http://www.sharepointcustomization.com/resources/codesamples/Menus/plmenu_example.htm)
to create a simple flyout menu.
http://www.uhnresearch.ca/facilities/wcif/imagej/

It seems to work pretty well except I'd like the submenus to close
after a short delay. They only close if you exit the menu with the
mouse through the top or a button with no submenu.

Can this javascript be tweaked or do I need to restart with another
script? Any help (tweaks or other simple flyout menu scripts)
appreciated,.

Thanks,

Tony
 
That script use on mouseover and onmouseout events which can not be timed

For alterative scripts see http://www.dynamicdrive.com/dynamicindex1/
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hi,
|
| I've used the flyout menu code from the frontpage sharepoint site
| (http://www.sharepointcustomization.com/resources/codesamples/Menus/plmenu_example.htm)
| to create a simple flyout menu.
| http://www.uhnresearch.ca/facilities/wcif/imagej/
|
| It seems to work pretty well except I'd like the submenus to close
| after a short delay. They only close if you exit the menu with the
| mouse through the top or a button with no submenu.
|
| Can this javascript be tweaked or do I need to restart with another
| script? Any help (tweaks or other simple flyout menu scripts)
| appreciated,.
|
| Thanks,
|
| Tony
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top