Submenu IE/Opera Spacing Issue

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
karatetraining
Beginner
Beginner
Posts: 1
Joined: Sat Aug 19, 2006 9:29 pm

Submenu IE/Opera Spacing Issue

Post by karatetraining »

I have just finished getting the "Milonic Home" Menu installed and uploaded. When I load the page in FireFox everything looks great! When I load it in Opera 9 or IE 6 the sub menus and all sub-sub menus are spaced wrong falling to the right instead of directly below the main menu...

You can see this for yourself at http://www.karatetraining.org/test/final/scratch2.html

I've tried everything I can think of and haven't found anyone tht has posted this problem...HELP!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Try putting the calls for all the menu files first thing after the body tag since you have the menu positioned absolutely using top=60; and left is not there but default is 0.

You have them called inside the div and it seems that container css code position:absolute; is causing the problem. Moving the calls seems to work.

Ruth
Post Reply