Hi ,
I want to import a different css file for IE7 which i am able to achieve using the following.
<!--[if gte IE 7]>
<style type="text/css">@import '/SharedResources/Css/actionheader_ie.css';</style>
<![endif]-->
But, the above line disables Ajax. (It says RadAjaxManager is NULL) Any idea what could be the reason for this?
and also is there any other way to include different css file which will not disable Ajax?
Waiting for your reply.
Thank You.
I want to import a different css file for IE7 which i am able to achieve using the following.
<!--[if gte IE 7]>
<style type="text/css">@import '/SharedResources/Css/actionheader_ie.css';</style>
<![endif]-->
But, the above line disables Ajax. (It says RadAjaxManager is NULL) Any idea what could be the reason for this?
and also is there any other way to include different css file which will not disable Ajax?
Waiting for your reply.
Thank You.