john_w3
11-25-2011, 03:02 PM
In Zend, I only want to include ie.css if the browser is IE, any IE.
But the below does not exclude it when in Firefox.
Is my condition syntax correct?
$view->headLink()->appendStylesheet('/css/ie.css', 'screen', array('conditional' => 'IE'));
But the below does not exclude it when in Firefox.
Is my condition syntax correct?
$view->headLink()->appendStylesheet('/css/ie.css', 'screen', array('conditional' => 'IE'));