Properties document.body.clientHeight and document.body.clientWidth return different values on IE7, IE8 and Firefox:
document.body.clientHeight
document.body.clientWidth
IE 8:
The equivalent of offsetHeight and offsetWidth in jQuery is $(window).width(), $(window).height() It's not the clientHeight and clientWidth