Hey guys: I created a website with some animated rollovers, where I animated the background image to give the effect of color fading. It works fine in FF3, Safari, chrome, but IE8 throws the error "undefined is null or non-object."
Full text:
Message: 'undefined' is null or not an object
Line: 22
Char: 16
Code: 0
URI: http://www.philipdukes.co.uk/jquery.bgpos.js
Message: 'undefined' is null or not an object
Line: 22
Char: 16
Code: 0
URI: http://www.philipdukes.co.uk/jquery.bgpos.js
In my web page header I load jquery 1.3.2, then this bgpos library, found by the link in the error, then my script homepage .
Anytime when I flip the navigation buttons, IE8 throws this error ...
Any help would be appreciated: I know that my code may not be the most stylish, so criticism of the constructive would also be welcome. I would like to focus on this error though ...
shearn89