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

Tab Width in multiple browsers

1 Answer 27 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Veer
Top achievements
Rank 1
Veer asked on 05 Mar 2014, 12:43 AM
Hello,

Tabs width in chrome is not divided equally, It works fine in IE but not in chrome. Please see attached images 

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" Width="100%"
                    AutoPostBack="true" MultiPageID="RadMultiPage1">
                    <Tabs>
                        <telerik:RadTab runat="server" Text="Upcoming" Width="33%" PageViewID="pvUpcoming"
                            SelectedIndex="0" Selected="True" Font-Bold="true" />
                        <telerik:RadTab runat="server" Text="Completed" Width="33%" PageViewID="pvCompleted"
                            Font-Bold="true" />
                        <telerik:RadTab runat="server" Text="Canceled" Width="33%" PageViewID="pvCancelled"
                            Font-Bold="true" />
                    </Tabs>
                </telerik:RadTabStrip>

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 07 Mar 2014, 02:33 PM
Hello Ranveer,

I had inspected the provided code snippet and the layout that its produces, but I was unable to replicate the mentioned issue. Here is a screenshot, demonstrating the behavior at my end. I noticed that you mentioned and attached images, but I am afraid, that I was unable to locate them. Could you reattach them? In addition, specify which version of our controls are you currently using and if you are applying any custom css style rules on the RadTabStrip?

Regards,
Nencho
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
TabStrip
Asked by
Veer
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or