submenu issues - IE & Opera; works ok - Safari & FF - solved

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

submenu issues - IE & Opera; works ok - Safari & FF - solved

Post by nwilcox »

Hope someone can help me out on this one.... I'm beating my head against the wall..

Image
http://clients1.serverside.net/agc-ca/member.aspx
The side vertical menu works fine in Safari and Firefox. The submenus popup right where they should. In IE and Opera they pop way off to the right and down from where they should be.

http://clients1.serverside.net/agc-ca/i ... ge=content
My static template works fine in all browsers


Any suggestions on what we could try?
Last edited by nwilcox on Fri Aug 21, 2009 8:49 pm, edited 1 time in total.
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: submenu issues in IE & Opera, works fine in Safari & Firefox

Post by Ruth »

Hi,

Put all those submenus you have inside the script tags in the div into a data file just like the one you have for the main menu. You don't need to put in the style since that is already in the menu_data file. Just put the submenus into the file and add a drawMenus(); at the end of it, then call it right after the menu_data file and that will fix the issue.

So you'd have the calls for the milonic_src, the mmenudom, the menu_data and then menu_data_vertical or whatever you want to name that one.

Ruth
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Re: submenu issues in IE & Opera, works fine in Safari & Firefox

Post by nwilcox »

Hi Ruth,

Excellent. I'll have our developer give that a try!

Thanks again for your help!
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Re: submenu issues in IE & Opera, works fine in Safari & Firefox

Post by nwilcox »

That indeed was the issue... thanks Ruth!
Nick Wilcox
Web Developer
ServerSide, Inc.
http://www.serverside.net
Post Reply