Open GoogleCodeExporter opened 9 years ago
I was having this issue in IE6 and IE7 but not IE8.
I had only 1 stylesheet for the screen and a one for IE only.
My HTML was valid HTML5, my JavaScript showed no issues in JSLint while
checking "The Good Parts", though my CSS was invalid due to including the
styles generated by the jQuery UI theme roller and also the YUI
reset/base/fonts styles.
Upon including the YUI styles directly from the Yahoo site, and moving the UI
theme into its own file, suddenly IE9.js began to work.
I presume this either has something to do with the length of my CSS file (I've
heard IE can only handle a maximum number of lines) or because both the YUI
reset and the jQuery UI theme both had loads of non-valid rules in them. Or
maybe it is something to do with the amount of CSS link elements in the head of
the document, though that is contrary to a suggestion/observation on this post:
http://code.google.com/p/ie7-js/issues/detail?id=256
Original comment by karlito....@gmail.com
on 5 Aug 2010 at 3:17
Also having the exact same problem!
Original comment by perryro...@gmail.com
on 15 Jan 2011 at 3:46
[deleted comment]
It seems this problem is related to bug 273. Adding
a space after every open brace character in the
minified css gets things working again here.
http://code.google.com/p/ie7-js/issues/detail?id=273
Original comment by sean.est...@gmail.com
on 20 Feb 2011 at 5:30
Original issue reported on code.google.com by
arrowqui...@gmail.com
on 3 Jun 2010 at 8:03