Hi
thus loading CSS file in master page:
web.config:
Firefox and Chrome are my everything behaves well. Functional styling.
bug occurs in IE, the page behaves as if no style retrieved.
bug is all version IE.
I need to work in IE 8 or higher, please advice.
thus loading CSS file in master page:
<
inf:StyleSheetManager
runat
=
"server"
ID
=
"ssm1"
CdnSettings-TelerikCdn
=
"Disabled"
>
<
StyleSheets
>
<
inf:StyleSheetReference
Assembly
=
"Data.Web"
Name
=
"Data.Web.Content.Styles.Style.css"
/>
</
StyleSheets
>
</
inf:StyleSheetManager
>
web.config:
<
appSettings
>
<
add
key
=
"Telerik.Skin"
value
=
"newSkin"
/>
<
add
key
=
"Telerik.EnableEmbeddedSkins"
value
=
"false"
/>
</
appSettings
>
Firefox and Chrome are my everything behaves well. Functional styling.
bug occurs in IE, the page behaves as if no style retrieved.
bug is all version IE.
I need to work in IE 8 or higher, please advice.