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!
Submenu IE/Opera Spacing Issue
-
- Beginner
- Posts: 1
- Joined: Sat Aug 19, 2006 9:29 pm
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
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