On 14 Aug 2008, at 18:48, Manuel Razzari wrote:

> So, using conditional comments, I produced  a CSS file which  
> targets IE6 only.
> Then, due to an extremely bizarre client situation, it turns out I
> can't use conditional comments
>
> So the question is: how can I import / link a full CSS file for IE6,
> using only CSS (without using conditional comments, css expressios or
> javascript).

> BTW, I don't care if the solution is non-validating as long as it's
> strong. For example the "Rules Before @import" hack would be fine, but
> IE7 applies it too, so it's not good for me. Maybe a combination of
> hacks?

Assuming internal stylesheets are permitted...

<style type="text/css" media="screen">

@import _url(ie6.css);

</style>

See: http://www.gunlaug.no/contents/wd_chaos_20.html

Jonny

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to