Closed dmseaton closed 9 years ago
In cases such as this:
<!--[if lt IE 9]> <link href="<?= get_asset_uri('css', 'ie') ?>" rel="stylesheet" type="text/css"> <![endif]-->
The requested stylesheet/scripts are not being called in IE9. Determine the highest version of IE that requires placeholder and adjust accordingly.
Consider using an (IE catchall)[http://www.quirksmode.org/css/condcom.html] like "<!--[if IE]>" if required.
fixed because it was quick.
In cases such as this:
The requested stylesheet/scripts are not being called in IE9. Determine the highest version of IE that requires placeholder and adjust accordingly.
Consider using an (IE catchall)[http://www.quirksmode.org/css/condcom.html] like "<!--[if IE]>" if required.