zlfera / ie7-js

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

Multiple Stylesheets Breal #256

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the script as normal
2. Except if you have several external .css files
3. Using multiple .css <links> causes the entire CSS to disappear on document 
load

What is the expected output? What do you see instead?
Recalculate all CSS, from all files, and make the layout not absolutely screwed 
:(

What version of the product are you using? On what operating system?
Latest IE7 2.1 beta 4. This bug happens in ALL versions (IE 8 and 9 included)
Windows 7

Please provide any additional information below.
I'm pretty sure this has to do with the recalc() function and the css. I tried 
to fix it on my own but i don't know my way around. :(

Original issue reported on code.google.com by kaiko...@sbcglobal.net on 12 Jun 2010 at 11:13