Open GoogleCodeExporter opened 8 years ago
@Chad, why don't you try conditionally loading it for only the browsers that
need it?
I use conditional comments to automatically load it for IE8 and below, and then
i use yepnope.js + Modernizr to load it for any
non-ie/non-mediaquery-supporting browsers.
IE9 doesn't need it and you'll be saving the bandwidth and load times of your
visitors
Original comment by shu...@gmail.com
on 2 Apr 2011 at 12:57
Line 747 reads: _57.style.marginLeft="-32767px";
This was the cause of the problems we encountered as for IE9 the marginLeft is
never reset to "" (function in Timeout on line 760 doesn't work)
Original comment by dlaver...@googlemail.com
on 18 Apr 2011 at 2:13
how do you use modernizr for this? i dont see them testing for media queries in
the features.. also i see that beta 2.0 includes yepnope and can be customized.
Original comment by gav...@gmail.com
on 20 May 2011 at 6:57
[deleted comment]
Back from the dead... There is a new version of the script. It has some CSS
parsing and processing improvements. If you're still using it, or would like to
try again, could you confirm that this issue is solved or not?
Original comment by wou...@dynora.nl
on 4 Apr 2014 at 11:46
Original issue reported on code.google.com by
chad.m.c...@gmail.com
on 25 Mar 2011 at 6:22