I've change one condition in screenSize function that help me to have the same
render in IE8 and lower:
Old : var w = window.outerWidth || html.clientWidth;
New : var w = window.outerWidth || html.offsetWidth;
Original issue reported on code.google.com by mathieu....@gmail.com on 3 Jul 2012 at 8:34
Original issue reported on code.google.com by
mathieu....@gmail.com
on 3 Jul 2012 at 8:34