> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Jonny Stephens
> Sent: Thursday, August 14, 2008 2:42 PM
> To: Manuel Razzari
> Cc: CSS List
> Subject: Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only
> 
> 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*.


-- 
Regards,
Thierry | http://www.TJKDesign.com

______________________________________________________________________
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