Remove Shadow from Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
smartin0924
Beginner
Beginner
Posts: 2
Joined: Thu Feb 15, 2007 9:44 pm

Remove Shadow from Menu

Post by smartin0924 »

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
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Effects such as you mention are generated by code like this...

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)";
You can simply comment out or remove these lines entirely.

Some suggested reading is located here.
John
smartin0924
Beginner
Beginner
Posts: 2
Joined: Thu Feb 15, 2007 9:44 pm

Post by smartin0924 »

Which file would I look in for this?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

smartin0924 wrote:Which file would I look in for this?
menu_data.js.

With all due respect, you really need to do the suggested reading. While this system is not really difficult, it's also not something you can just jump into without at least some knowledge of its inner workings.
John
Post Reply