Don't believe this message received any answer, so here goes.

Anybody know offhand, if the meta tag for ie.css must come before or
> after any particular other files?
>
> I'm looking to combine my other css files together, and wondering if I
> can simply have the conditional ie.css link afterwards.
>

Some of the rules in ie.css override rules in the core stylesheets,
therefore you'll need to add ie.css last.

Using conditionnal comments is the recommended way of feeding the necessary
corrections to specific versions of IE.
If you really need to combine ie.css with other files, you could add "*
html" before the rules that need to be applied to IE6 and "*>html" for IE7,
but I'd advise against it because your files would differ from the
framework, and you'd have more merging to do when upgrading.
-- 
Goulven Champenois

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to