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

Horizontal tabstrip displays vertically when page performs postback

1 Answer 27 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rome
Top achievements
Rank 1
Rome asked on 09 Jul 2009, 05:31 PM

Hello,

The orientation of our tabstrip is HorizontalTop. It displays horizontally but when the page refreshes or performs a postback, the tabstrip displays vertically. We’re using IE7.

 

.aspx

<div class="tabstrip tabstop"> 
    <telerik:RadTabStrip ID="tabstrip1" runat="server" MultiPageID="tabstripPages"
        
Align="Center" SelectedIndex="0" Orientation="HorizontalTop">

 

 

 

            <Tabs>

 

 

                <telerik:RadTab Text="Tab 1" Value="1" Selected="true"></telerik:RadTab>

 

 

                <telerik:RadTab Text=" Tab 2 " Value="2" ></telerik:RadTab>

 

 

                <telerik:RadTab Text=" Tab 3 " Value="3" ></telerik:RadTab>

 

 

            </Tabs>

 

 

 

    </telerik:RadTabStrip>

 

 

</div>

 

 

 

.css

.tabstop

 

 

{

 

 

 

 

    margin-top: 5px;

 

}

 

 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 10 Jul 2009, 07:11 AM
Hi Rome,

Unfortunately the provided markup is not sufficient to reproduce the problem. Is there any live url where we can see this problem? Alternatively you could open a support ticket and send us a running subset of your project which shows the problem. Thank you for your cooperation.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
Rome
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or