Image

Javascript issue

Hello I am having what I think is a cross browser Javascript issue. I have a class that moves a page element around. Its not working in IE and I am not sure why. Any input is welcome. I am new to Javascript.

I get no errors in Firefox but I get an error from IE that says "Error: Object does'nt support this property or method".

I tested various things like "getElementById()" and "setInterval" in a test script in IE and they worked. I cant tell what property or method the error is referring to even when debugging with Visual Studio.

JS code




HTML Code