forums
You are not logged in.
I am having an issue with my site and Firefox 4. I am getting Warning: Error in parsing value for 'position'. Declaration dropped.
Source file: http://mcb.unco.edu/monfortinstitute/learning.html
Line: 11
Line 11 is <script type="text/javascript" src="http://mcb.unco.edu/monfortinstitute/sys/navigation/js/c_smartmenus.js"></script>
It works fine in other browsers . IE7,8,9 Firefox 3, Safari, and Chrome. However in Firefox 4 it is not displaying the menu properly. Any thoughts?
Thanks!
Offline
You have deleted the value for Position in the last section of the configuration file:
http://mcb.unco.edu/monfortinstitute/sy … _config.js
i.e. it looks like this at the moment:
'', // Position ('relative','absolute','fixed')You should just set it like this:
'relative', // Position ('relative','absolute','fixed')and the warning should be gone.
Cheers!
Offline
Thanks!
I am still having an issue in Firefox 4 where the menu is shifting down and not displaying the menus properly... Thought it dealt with the warning, but it appears that is not the case. It works in Firefox 3.x, but not 4.x
Offline
Hmm, for some reason, I am not able to notice any issue in Firefox 4.0. The menu looks and functions identical in FF 4.0 and 3.6.16 here:
4.0:
http://www.screenr.com/7g3
3.6.16:
http://www.screenr.com/Ug3
Could you please try to explain a bit better what the exact problem is? And, BTW, which OS do you use?
Thanks!
Offline
I am using Windows 7 64 bit. I am running the 32bit version of Firefox. It looks like one of my addins was the issue. Thank you for the troubleshooting!
Offline
Np, at all! Cheers!
Offline
Actually I also got the same problem but thank god I found this thread. Troubleshooting success! Thanks guys:)
Offline