I use the following for adding css for ie6 only. How can this handled in CMSMS
Code: Select all
<!--[if IE 6]> <style type="text/css"> @import url(stylesheets/ie7.css); </style> <![endif]-->

Thank you
OOzy
Code: Select all
<!--[if IE 6]> <style type="text/css"> @import url(stylesheets/ie7.css); </style> <![endif]-->
Code: Select all
{stylesheet}
<!--[if IE 6]>
{stylesheet name="ie6"}
<![endif]-->
<!--[if IE 7]>
{stylesheet name="ie7"}
<![endif]-->
Code: Select all
{stylesheet}