Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:27
revealing a scrolling submenu out from under the banner menu
Poster: cubefree
Dated: Tuesday May 25 2004 - 10:05:31 BST
Curious, if anyone has tried to replicate this kind of behavior with Milonic?
http://www.quark.com/. Thanks!
Poster: John
Dated: Tuesday May 25 2004 - 15:17:44 BST
Kevin came up with a filter scheme that is close to what you want (only visible on IE, of course)...
Code:
overfilter = "GradientWipe(WipeStyle=1,motion='forward',duration=0.4);Shadow(color='#202020', Direction=135, Strength=4)";
outfilter = "GradientWipe(WipeStyle=1,motion='reverse',duration=0.4);Shadow(color='#202020', Direction=135, Strength=4)";
outfilter = "GradientWipe(WipeStyle=1,motion='reverse',duration=0.4);Shadow(color='#202020', Direction=135, Strength=4)";
See it at http://westcgi.west.asu.edu/sai/.
Poster: cubefree
Dated: Tuesday May 25 2004 - 16:57:00 BST
It would seem that you could create two main menus, B on top of A
1. menu A has all submenus
2. menu B has all the main navigation AND an onFunction to mimic menu A's interaction with the mouse
Since B is written last and is exactly on top of A.
Shouldn't it work?