Curious, if anyone has tried to replicate this kind of behavior with Milonic?
http://www.quark.com/. Thanks!
revealing a scrolling submenu out from under the banner menu
Kevin came up with a filter scheme that is close to what you want (only visible on IE, of course)...
See it at http://westcgi.west.asu.edu/sai/.
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)";
John