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

Fixed & Sticky Vertical TabStrip

1 Answer 89 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 14 Apr 2009, 08:49 PM
Has anyone implemented a vertical TabStrip that's fixed & sticky where it doesn't move when you scroll or page down in the browser?

Thanks,
Rich

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 15 Apr 2009, 06:45 AM
Hi Rich,

The easiest way to achieve your goal is to place the tabstrip in a DIV with fixed position.

<div style="position: fixed;">  
    <telerik:RadTabStrip ID="rtabsUserAccount" runat="server" Orientation="VerticalLeft">  
        <Tabs> 
            <telerik:RadTab Text="tab1" /> 
            <telerik:RadTab Text="tab2" /> 
        </Tabs> 
    </telerik:RadTabStrip> 
</div> 


Greetings,
Paul
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
Rich
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or