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

Border around tabs?

2 Answers 149 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 18 Jun 2008, 06:11 PM
I have been trying to figure out what to modify in the stylesheet for a tabstrip to cause the tabs to have a thin black border around each tab.  My guess after reading the various articles and the documentation would have been to specify a border in the "innerwrap" entries in the styles.css, but that doesn't seem to be doing anything for me.

I can adjust colors with those, but it doesn;t seem to honor setting border there.

Is there any way to specify via the CSS a border around each individual tab?

Thanks,

-Ed

2 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 24 Jun 2008, 03:55 PM
Hi Ed,

For RadTabStrip for ASP.NET AJAX, the following code should be used:
.RadTabStrip .rtsLink 
    border1px solid red !important; 

For RadTabStrip "Classic", the following code should be used:
.RadTabStrip .link 
    border1px solid red !important; 


Best wishes,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ed
Top achievements
Rank 1
answered on 24 Jun 2008, 04:09 PM
That actually doesn;t work for my stylesheet (did nothing), but I had forgotten aboput the !important specifier when I was rooting around for where to indicate the border.  It works on my .innerwrap entries with the !important specifier.

Thanks for jogging my brain with that specifier.

-Ed
Tags
TabStrip
Asked by
Ed
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Ed
Top achievements
Rank 1
Share this question
or