How to get rid of the drop shadow

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
pbarrett
Beginner
Beginner
Posts: 3
Joined: Wed Feb 15, 2006 9:43 pm

How to get rid of the drop shadow

Post by pbarrett »

I finally got the menu to work the way I want (image roll over with drop down menus) though when viewing in IE a drop shadow is added to my images. There is already a drop shadow in the image which i want, but I was wondering if you could help me get rid of the extra drop shadow that appears around the images in IE (it looks good in Firefox). The site is http://www.khidma.org
Any help would be appreciated.Thanks!
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Remove or comment out the overfilter= and outfilter= lines.
John
pbarrett
Beginner
Beginner
Posts: 3
Joined: Wed Feb 15, 2006 9:43 pm

Post by pbarrett »

Thank you. Worked like a charm
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

That'll be 2 bucks, please... :roll:
John
User avatar
liquidrain3
Beginner
Beginner
Posts: 3
Joined: Fri Mar 24, 2006 1:26 am

No shadow preduces menu overlap

Post by liquidrain3 »

I want to get rid of the shadow, but I don't want the submenus to overlap their parent menus. I feel as though I've tried everything to achieve my desired result but nothing seems to work. please help me. Thanks!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

We need to see your menu on a page. There are a number of different things depending on how your menu is set up that can make sure your submenus don't overlap, but we could be posting one after another and the last one being the right one. Hopefully if we can see the menu we can give you the answer the first time out. Note that I said 'hopefully' :)

Ruth
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

Hi,

Ruth is correct. Seeing a working sample of the menu will be best. However, you mentioned overlapping menus: those are the first (and global) settings in the menu_data.js file. Change your sub-offsets to zero:

Code: Select all

_subOffsetTop=0;
_subOffsetLeft=0;
Again, this is just eneducated guess. Seeing a working version of the menu will be ideal.

In the name of competition, I'll only charge you $1.50 as opposed to the super-expensive $2.00 that John charges. What a rip-off! :D
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

hope you had set the body margins to zero too (or whatever you need)

This is free of charge.

Michael
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

:lol:
User avatar
liquidrain3
Beginner
Beginner
Posts: 3
Joined: Fri Mar 24, 2006 1:26 am

Post by liquidrain3 »

Viken,

I did what you said...and guess what...No more overlap! Thanks so much for your help!
Post Reply