Hello everyone,
This is my first post of many I'm sure. I downloaded a menu and it has a drop shadow behind it. The name of the file downloaded is "Vertical Plain Text Menu" In this menu it hasa drop shadow behind it. Can someone tell me how i would remove this.
Thank You,
smartin0924
Remove Shadow from Menu
Effects such as you mention are generated by code like this...
You can simply comment out or remove these lines entirely.
Some suggested reading is located here.
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)";
Some suggested reading is located here.
John
-
- Beginner
- Posts: 2
- Joined: Thu Feb 15, 2007 9:44 pm
Hi,
John posted the coding in the menu_data.js file which applies the IE transitions and filters. That is only visible in IE. I know you're removing them but if you want to see other available things you can do with these try this demo tool.
http://support.milonic.com/demos/filters/index.htm
Ruth
John posted the coding in the menu_data.js file which applies the IE transitions and filters. That is only visible in IE. I know you're removing them but if you want to see other available things you can do with these try this demo tool.
http://support.milonic.com/demos/filters/index.htm
Ruth