revealing a scrolling submenu out from under the banner menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
cubefree
Super Advanced
Super Advanced
Posts: 82
Joined: Fri Aug 01, 2003 3:16 am
Location: Seattle, WA
Contact:

revealing a scrolling submenu out from under the banner menu

Post by cubefree »

Curious, if anyone has tried to replicate this kind of behavior with Milonic?

http://www.quark.com/. Thanks!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Kevin came up with a filter scheme that is close to what you want (only visible on IE, of course)...

Code: Select all

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)";
See it at http://westcgi.west.asu.edu/sai/.
John
User avatar
cubefree
Super Advanced
Super Advanced
Posts: 82
Joined: Fri Aug 01, 2003 3:16 am
Location: Seattle, WA
Contact:

Post by cubefree »

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?
Post Reply