On 14 Aug 2008, at 22:58, Thierry Koblentz wrote: >> From: [EMAIL PROTECTED] [mailto:css-d- >> [EMAIL PROTECTED] >> discuss.org] On Behalf Of Jonny Stephens >> 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> > > > This is supposed to go *in the styles sheet*.
Here is an example of the above in an internal stylesheet. http://bloog.co.uk/3rd/uscore_import/ Try in IE6 and other browsers. Does it work? 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/