Hi,

I don't think there is any way to do this using the view settings. You
have to insert your tag manually in the layout. To make sure that
symfony will place the other stylesheets before this one, you can use
the include_stylesheets function :

<head>
   <?php include_stylesheets() ?>
   <!--[if lte IE7]>
      <link href="/css/public/ie6.css" rel="stylesheet"
type="text/css" />
   <![endif]-->
...
</head>

Le lundi 10 novembre 2008 à 18:03 +0200, Rytis Daugirdas a écrit :
> 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
> > 
-- 

Thomas Dedericks

[EMAIL PROTECTED]
GSM: +32 (0) 499 23 60 22
http://tequila-studio.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to