If you view the site in IE9, it is not recognizing the height set by jQuery...does anyone know a workaround or can tell me how crappy my jQuery is so i can fix it?
obviously it works in chrome, because chrome doesn't suck arse. Thanks Guys!
This doesn't have anything to do with IE "sucking arse." document.height is non-standard and obsolete. If you want to use raw JavaScript, you should check document.documentElement.clientHeight , which works in all major browsers, including IE.
Since you're using jQuery though, just utilize it to determine the height of the document.
obviously it works in chrome, because chrome doesn't suck arse.
Thanks Guys!
The Site: http://www.design-ninja.net
Here is the jQuery:
Since you're using jQuery though, just utilize it to determine the height of the document.
Nice effect by the way.
and thanks! I'm glad you like it :)