html - IE 8 - 9 Conditional Stylesheet not triggering -


i've added following ie8 , ie9 use ie8.css doesn't seem using @ when emulate being on ie8 or ie9. (don't have them installed using ie11 developer tools normal.)

<!--[if !ie]><!-->     <link rel="stylesheet" href="<?php http_host; ?>/styles/global-en.css" type="text/css" media="screen" /> <!--<![endif]-->  <!--[if lt ie 9]>     <link rel="stylesheet" href="<?php http_host; ?>/styles/ie8.css" type="text/css" media="screen" /> <![endif]--> <!--[if lte ie 8]>     <link rel="stylesheet" href="<?php http_host; ?>/styles/ie8.css" type="text/css" media="screen" /> <![endif]--> 

live url: http://bit.ly/1r4dvw5

the emulator of ie11 abit screwed up, check post: http://www.impressivewebs.com/ie11-emulation-conditional-comments/

what suggest install ietester: http://www.my-debugbar.com/wiki/ietester/homepage

or better experience install vm's via http://www.modern.ie


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -