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

Tab Skin

1 Answer 88 Views
Designs, skins, themes
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 04 Jan 2008, 06:28 PM
I am looking for a prometheus (when it comes out) and rad control Tab skin that looks like this one on MSOffice.com:

http://office.microsoft.com/en-us/help/FX100485361033.aspx?pid=CL100605171033

The one that is currently named Vista or Offie 2007 is close although not like this one. They don't have the dividers, rollovers and gradient images like on MSOffice.com. Notice how when you click on each tab each selected tab has a different gradiant background image. That is a nice feature to have in a Tab control. To be able to specify per tab the BG image for selected or unselected tabs.

Thank you
jason

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 07 Jan 2008, 09:20 AM
Hi Jason,

Thank you for your feedback.

Actually, the rendering of the "Classic" RadTabStrip allows the styling that you request, using the following CSS rules:

.RadTabStrip_Default li a {
    background-image:url(Img/tabStripBgSelected.gif); /* Unselected tab style */
}

.RadTabStrip_Default li a:hover {
    background-image:url(Img/tabStripBgSelected.gif); /* Hovered (or MouseOver) tab style */
}

.RadTabStrip_Default li a.selected {
    background-image:url(Img/tabStripBgSelected.gif); /* Selected tab style */
}


Of course, we will take your proposal into account when we are reviewing the RadTabStrip skins for the "Prometheus" suite.


Regards,

the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Designs, skins, themes
Asked by
Jason
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or