Hello,
I have issue with Office2007 and Office2010 skins in TabStrip control. When browser is in compatibility view, tabs are only 5px height.
You can see described issue in demo pages (http://demos.telerik.com/aspnet-ajax/tabstrip/examples/appearance/textwithicons/defaultcs.aspx see attachment).
The compact view is automatically sets by default for intranet sites. The workaround is to specify X-UA-Compatible
I have this issue with newer version of Telerik controls. It works correctly with older versions.
Thanks
I have issue with Office2007 and Office2010 skins in TabStrip control. When browser is in compatibility view, tabs are only 5px height.
You can see described issue in demo pages (http://demos.telerik.com/aspnet-ajax/tabstrip/examples/appearance/textwithicons/defaultcs.aspx see attachment).
The compact view is automatically sets by default for intranet sites. The workaround is to specify X-UA-Compatible
<httpProtocol> <customHeaders> <add name="X-UA-Compatible" value="IE=8,9,10" /> </customHeaders> </httpProtocol>I have this issue with newer version of Telerik controls. It works correctly with older versions.
Thanks
