This is a migrated thread and some comments may be shown as answers.

Issue with IE related CSS stylesheets

1 Answer 32 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Preetam Ray
Top achievements
Rank 1
Preetam Ray asked on 20 Apr 2012, 11:51 AM
Hi,

Clicking on any telerik link in the page is causing all the IE related stylesheets(IE7.css, IE8.css etc) to load in other browsers(Mozilla, chrome etc) also.

IE style sheets have been added as below:
<!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="content/css/ie7.css" />
    <![endif]-->
    <!--[if IE 8]>
    <link rel="stylesheet" type="text/css" href="content/css/ie8.css" />
    <![endif]-->
    <!--[if IE 9]>
    <link rel="stylesheet" type="text/css" href="content/css/ie9.css" />
    <![endif]-->


Regards

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 25 Apr 2012, 09:26 AM
Hi Preetam,

Can you please elaborate on your scenario for instance if you could provide the steps to replicate the issue would be very useful for us?

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ScriptManager and StyleSheetManager
Asked by
Preetam Ray
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or