edusis / ie7-js

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

Problem with import CSS #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I have the following structure:

master.css
lib/typo.css
lib/layout.css
etc.

where master.css imports the other CSS files, the ie7.js skips the
declarations which I made in the master.css f.e. body { background: #000; }

when I move the body declaration into an imported file it works fine.

Original issue reported on code.google.com by derbac...@googlemail.com on 27 May 2008 at 3:56

GoogleCodeExporter commented 8 years ago
Can you provide a test page please?

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 6:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
@derbackes i made a test: http://www.flashjunior.ch/school/test/ietest/ for me, 
it 
works.

style.css is loading and it has 4 imports plus some stlyes.

Original comment by martin.b...@gmail.com on 18 Feb 2010 at 6:15

GoogleCodeExporter commented 8 years ago
probably a problem of ordering (before the imports) or maybe higher specificity

Original comment by fun...@gmail.com on 19 Feb 2010 at 5:00