I have 2 test pages, http://www.northstardata.com/testing/index3.html and http://www.northstardata.com/testing/index4.html. Index3 works fine, index4 does not. They are the same with the exception that in index4.html, I have the js_extra.js commented out. This is a stripped down page and I need all the linked js items.
When I do load index4, and roll over the menu’s in FF, I get “error in parsing value for ‘background-position’. Declaration dropped. In IE it gives a javascript error and says invalid argument.
Can someone please tell me what the incompatibility is?
The “js_extra.js” file appears to be a really old version of jQuery. It should not be included with the other (also old) version of jQuery you’re including.
Also, “js_extra.js” is not commented out in your “index4” page, but it is commented out in “index3”. That’s probably why it works properly.