redenvy
09-07-2010, 09:16 PM
So im building a portfolio with a gallery. it works great in ff and webkit. for some reason IE8 doesnt like this line of code:
$elem.css('width',window.innerWidth+'px').css('visibility','visible');
is there any part of this that is incompatible with IE?
$elem.css('width',window.innerWidth+'px').css('visibility','visible');
is there any part of this that is incompatible with IE?