To include the file only for the browser IE 9, Add the following typoscript.
page = PAGE
page.includeCSS {
file1 = fileadmin/templates/{$projectName}/css/style-ie9.css
file1.allWrap = <!--[if IE 9]> | <![endif]-->
}
To include the file only for the browser IE 9, Add the following typoscript.
page = PAGE
page.includeCSS {
file1 = fileadmin/templates/{$projectName}/css/style-ie9.css
file1.allWrap = <!--[if IE 9]> | <![endif]-->
}