Hello,
I can't seem to find a reliable way to include a conditional IE stylesheet
as the last stylesheet. For example:
<head>
<!-- ... -->
<!--[if (gte IE 5.5)&(lt IE 7)]>
<link href="/css/public/ie6.css" rel="stylesheet" type="text/css"
media="all" />
<![endif]-->
</head>
I absolutely need it as the last stylesheet in the list. How do I do this?
--
Regards,
Rytis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---