Ben Godfrey
Top achievements
Rank 1
Ben Godfrey
asked on 28 May 2010, 07:10 AM
I am trying to implement the telerik tabs into my site. Theywork fine however when it comes to the styling they have white gaps betweeneach tab.
Does anyone know how to remove the white spacing either inthe telerik tab template or by using css?
I have tried everything I can possibly think of and nothingseems to work 100%.
<telerik:RadTabStrip ID="RadTabStrip1" runat="server"
ontabclick="RadTabStrip1_TabClick"SelectedIndex="1">
<Tabs>
<telerik:RadTab runat="server"Text="RootRadTab1" >
</telerik:RadTab>
<telerik:RadTab runat="server"Text="RootRadTab2"" Selected="True">
</telerik:RadTab>
<telerik:RadTab runat="server"Text="RootRadTab3" >
</telerik:RadTab>
<telerik:RadTab runat="server"Text="RootRadTab4" >
</telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
5 Answers, 1 is accepted
0
Hi Ben Godfrey,
I tried but I was not able to reproduce the "white spaces" between tabs by just adding your code in an empty .aspx page.
In the ticket info I see version 2010.1 519. Could you please tell me the version you use?
I think there's something in your code which may cause the RadTabStrip not to look well.
Could you please send me the full code you use so I can help you?
Thank you!
Regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I tried but I was not able to reproduce the "white spaces" between tabs by just adding your code in an empty .aspx page.
In the ticket info I see version 2010.1 519. Could you please tell me the version you use?
I think there's something in your code which may cause the RadTabStrip not to look well.
Could you please send me the full code you use so I can help you?
Thank you!
Regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ben Godfrey
Top achievements
Rank 1
answered on 31 May 2010, 12:36 AM
Hi Veronica,
How do send you a project file?
Email?
Ben
0
Hi Ben,
You can attach files to support tickets. You're allowed to send tickets if you are a trial or a licensed user. Trials are activated by downloading RadControls for ASP.NET AJAX from your account.
All the best,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You can attach files to support tickets. You're allowed to send tickets if you are a trial or a licensed user. Trials are activated by downloading RadControls for ASP.NET AJAX from your account.
All the best,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ronnie
Top achievements
Rank 1
answered on 31 May 2010, 11:20 AM
Hi Ben,
I had a problem similiar to this once where the formatting was off, not in tabs though.
It drove me NUTZZZ...
The source of the problem for me was in my CSS. I had something like:
So all label based markup padded to the right.
Try removing your CSS files and see if it does the trick, then narrow it down to the source.
Hope this might help,
Ronnie
I had a problem similiar to this once where the formatting was off, not in tabs though.
It drove me NUTZZZ...
The source of the problem for me was in my CSS. I had something like:
label { padding-right: 10px; } |
Try removing your CSS files and see if it does the trick, then narrow it down to the source.
Hope this might help,
Ronnie
0
Ben Godfrey
Top achievements
Rank 1
answered on 01 Jun 2010, 01:35 AM
Hello Telerik Team ticket 314688.