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!
'openmenusbyurl.js' issues in FF on PC and MAC only [solved]
- nwilcox
- 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]
Last edited by nwilcox on Fri Aug 21, 2009 8:36 pm, edited 2 times in total.
- nwilcox
- Mega Advanced
- Posts: 269
- Joined: Sat Aug 20, 2005 6:14 am
- Location: Indianapolis, IN
- Contact:
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.
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.
Try switching fixMozillaZIndex to off.
with this:
At the top of your menu_data.js file
with this:
Code: Select all
fixMozillaZIndex=false;