Perhaps this is a stupid observation (I'm new here), but I noticed that in Cascading Popup Menus relative to an anchor , you can force the menus to hide with 'pMenu.over()'. For instance: onmouseover=pMenu.over(). Does that help anyone?
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
Yes, internally most of the script logic is within the over() function, and calling it without a menu name will hide most other menus (as whenever you mouseover a menu, it hides all non-related ones).
- Angus.
3) Arie MolendijkGroup: Guests IP: 129.125.--.--
Posted:
This means that you can construct, for instance, vertical 'first level menus' that consist of anchors and non-anchors (normal links) at the same time. A normal non-anchor link on the page may then separate two anchors and instantly hide their submenus (=the submenus related to the anchors) onmouseover, whatever the delay specified for hiding submenus. Something like: