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!
How to get rid of the drop shadow
- liquidrain3
- Beginner
- Posts: 3
- Joined: Fri Mar 24, 2006 1:26 am
No shadow preduces menu overlap
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!
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
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
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:
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!
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;
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!

- liquidrain3
- Beginner
- Posts: 3
- Joined: Fri Mar 24, 2006 1:26 am