Solved, I'm find it in documentation:
moduleSuccess:
stylesheets: [cssFileWithConditions: { condition: gte IE 5 },
standardStyleSheet]
javascripts: [standardJavaScript, jsFileWithConditions: { condition: IE 5.5 }]
On Mon, Feb 2, 2009 at 3:34 PM, Рустам <[email protected]> wrote:
> Hi, how I can add css style only for IE in app/frontend/config/view.yml?
>
> example (layout.php):
> <!--[if lte IE 7]>
> <link href="css/patches/ie_layout.css" rel="stylesheet" type="text/css" />
> <![endif]-->
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---