mizukimakiyama / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

2.1(beta4) fails in IE6 but 2.1(beta3) doesn't #266

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I get plain, no css at all, output. I expect to see my background images, and 
the two column format.

What version of the product are you using? On what operating system?
IE6sp1 on windows 2000.

Please provide any additional information below.
I get a flash of the page (background images, columns) and then the beta4 loads 
and all the css disappears.

Original issue reported on code.google.com by AzDesert...@gmail.com on 9 Jul 2010 at 10:48

GoogleCodeExporter commented 8 years ago
Now I can't get either version of 2.1 to do anything but strip out all the CSS. 
I've put the script line in the header, at the top just after the body tag, at 
the bottom just before the /body tag with no change in results.

2.0(beta3) seems to work, but I get no difference in my page. (I'm using child 
selectors). At least the CSS isn't completely stripped out.

Original comment by AzDesert...@gmail.com on 15 Jul 2010 at 11:22

GoogleCodeExporter commented 8 years ago
Is your CSS minified?  My CSS is minified and that appears to be causing the 
issue.

Original comment by jonrca...@gmail.com on 19 Aug 2010 at 12:14

GoogleCodeExporter commented 8 years ago
Yes it is! I am using YUI 2.8.1 from their servers, which is minified. I'll run 
a test on my local server with the unminified to see if it makes a difference.

Original comment by AzDesert...@gmail.com on 20 Aug 2010 at 3:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Using the uncompressed versions of YUI CSS worked. See issue 273.

Something doesn't like the way YUI compressor works??

Original comment by AzDesert...@gmail.com on 23 Aug 2010 at 1:09

GoogleCodeExporter commented 8 years ago
Turns out that it was choking on an incomplete/skeleton @font-face declaration 
in my main css file. I removed that and the minified version of Yahoo's css 
seems to work ok.

For now.

Original comment by AzDesert...@gmail.com on 26 Aug 2010 at 8:45