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

Problem with the css sprites

1 Answer 58 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Filipe Peixinho
Top achievements
Rank 1
Filipe Peixinho asked on 11 Mar 2011, 11:25 AM

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

1 Answer, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 12 Mar 2011, 12:40 PM
Hi Filipe Peixinho,

Please take a look at this help article and make sure that you followed the first ten steps correctly. If this does not help you can open a support ticket and send us a sample running project along with the customized sprite, so we can inspect the problem thoroughly.


Kind regards,
Kate
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
TabStrip
Asked by
Filipe Peixinho
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or