Hello everyone,
I'm having an issue that's only appearing in Internet Explorer browsers. It works fine in Firefox and Chrome.
var yDiff = wHeight - 102;
login.style.top = yDiff+"px";
The line of code highlighted in red is triggering an "invalid argument' error in IE browsers but not others.