a156845044 / ie7-js

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

Styling briefly appears then disappears #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add <!--[if lt IE 9]><script 
src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script><![end
if]--> to the head of the document
2. Start IE8 and display the page
3.

What is the expected output? What do you see instead?
The page briefly displays as it would in IE8 without the IE9.js script (no 
rounded corners, etc.). Then, after a second or two, it redisplays looking as 
though it had been stripped of all CSS styling. A look at the rendered source 
code shows the conditional statement for IE9 in the source code, the original 
CSS stylesheet, all the appropriate classes, IDs, etc. applied to the tags in 
the codes, etc.

What version of the product are you using? On what operating system?
Ver. 2.1 on Windows 7 Home Premium. The page is being served through XAMPP on 
the local machine, and the page is created using PHP 5.3. The CSS used in the 
stylesheet is limited to CSS 2.1, except for some mozilla- and webkit- 
extensions for rounded corners.

Please provide any additional information below.
The page displays perfectly in Firefox 3.6.13.

Original issue reported on code.google.com by lutz.larry on 9 Feb 2011 at 1:47