Hello.
I’m trying to use a radTabStrip in a webpage but I’m having a problem with the css sprites.
I used the Vista skin as my baseline and I edited in Photoshop the file TabStripStates.png.
All works fine in IE8, Firefox and Chrome, but I can’t make the sprites appear in IE6 and 7, only the text remains visible.
In my webpage I have the following code:
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SkinID="tabStripStandard" MultiPageID="multiPageFiltroUtilizadores" SelectedIndex="0"> <Tabs> <telerik:RadTab runat="server" Text="Pesquisa Simples" ID="tabFiltroUtilizadoresTabSimples" PageViewID="PageViewPesquisaSimples" meta:resourcekey="txt_pesquisa_simples" Selected="True"> </telerik:RadTab> <telerik:RadTab runat="server" Text="Pesquisa Avançada" ID="tabFiltroUtilizadoresTabAvancada" PageViewID="PageViewPesquisaAvancada" meta:resourcekey="txt_pesquisa_avancada"> </telerik:RadTab> </Tabs> </telerik:RadTabStrip> And in the skin file i have th following:
<telerik:RadTabStrip runat="server" EnableEmbeddedSkins="false" Skin="customTabStrip" SkinID="tabStripStandard"/>I didn’t altered the skin file, I only edited the TabStripeStates.png.
Could you provide me some help?
Thanks in advance