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

Need to have border for tabstrip

1 Answer 81 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Balamurali Venkatesan
Top achievements
Rank 1
Balamurali Venkatesan asked on 18 Mar 2009, 12:37 PM
Hi,

We are actually customizing the rad skins to suit our needs. I would like to know how to set the Border for the tabStrip control in the CSS file

Thanks and Regards
Bala

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 18 Mar 2009, 12:44 PM
Hello Balamurali,

Here's a sample CSS style that shows the needed approach.

<style type="text/css">  
    .RadTabStrip  
    {  
        bordersolid 1px red;  
    }  
    </style> 


All the best,
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
Balamurali Venkatesan
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or