'openmenusbyurl.js' issues in FF on PC and MAC only [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:

'openmenusbyurl.js' issues in FF on PC and MAC only [solved]

Post by nwilcox »

myroutesmart.aspx

The script is erroring in Firefox on both MAC and PC when the users scrolls the browser, the submenu is not scrolling with it.

Do I need to set another parameter in the menu_data file to fix this or is this an issue with the script?

Thank you!
Last edited by nwilcox on Fri Aug 21, 2009 8:36 pm, edited 2 times in total.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

I'm not seeing any errors in Firefox on the PC, did you manage to fix it?
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Post by nwilcox »

it errors in both PC and MAC versions of Firefox

Here are the screen caps on a PC. My client is on a MAC and is also experiencing the issue:

1.) scolling down
/milonic_issues/scroll_down.jpg

2.) scrolling back up to the top
/milonic_issues/scroll_up.jpg

When the script is active... the submenu bar that is "on" does not scroll with the rest of the page.
Last edited by nwilcox on Mon Mar 19, 2007 5:21 pm, edited 1 time in total.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Try switching fixMozillaZIndex to off.

with this:

Code: Select all

fixMozillaZIndex=false;
At the top of your menu_data.js file
User avatar
nwilcox
Mega Advanced
Mega Advanced
Posts: 269
Joined: Sat Aug 20, 2005 6:14 am
Location: Indianapolis, IN
Contact:

Post by nwilcox »

awesome! That seems to have fixed it

Thank you for you quick response time!
Post Reply