RadTabStrip for ASP.NET AJAX

RadControls for ASP.NET AJAX

The following table lists the CSS selectors and descriptions for RadTabStrip style sheets.

Class Name

Element

Description

RadTabStrip_[Skin]e.g. RadTabStrip_Outlook

DIV

Applied to the root element of the tab strip.

RadTabStrip_[Skin]_tabstrip-rtlDIVApplied to the root element of the tab strip when it has a right-to-left orientation.
RadTabStripTop_[Skin]DIVApplied to the root element of the tab strip when it has a "HorizontalTop" orientation.
RadTabStripBottom_[Skin]DIVApplied to the root element of the tab strip when it has a "HorizontalBottom" orientation.
RadTabStripLeft_[Skin]DIVApplied to the root element of the tab strip when it has a "VerticalLeft" orientation.
RadTabStripRight_[Skin]DIVApplied to the root element of the tab strip when it has a "VerticalRight" orientation.
RadTabStrip_[Skin]_disabledDIVApplied to the root element of the tab strip when the entire control is disabled.

.rtsLevel

DIV

Applied to the container for a set of tabs at a single level.

.rtsLevel[n]

DIV

Applied to tab containers at the respective level. The root level is level 1, the next level is level 2, and so on.

.rtsUL

UL

Applied to the UL element that contains the tabs for a level.

.rtsScrollULApplied to the UL element that contains the tabs for a level when the parent has enabled scrolling.
.rtsLILIApplied to the LI element that represents a single tab.
.rtsFirstLIApplied to the LI element for the first tab at a level.
.rtsLastLIApplied to the LI element for the last tab at a level.
.rtsSeparatorLIApplied to the LI element for a separator.
.rtsBreakLIApplied to the LI element that is inserted when the previous tab has its IsBreak property set to True.
.rtsLinkAApplied to the anchor element of a tab.

.rtsBefore

A

Applied to the anchor element of the tab before the selected tab.

.rtsSelected

A

Applied to the anchor element for the selected tab.

.rtsAfter

A

Applied to the anchor element for the tab after the selected tab.

.rtsDisabled

A

Applied to the anchor element for the tab when it is disabled.

.rtsLink:hover

A

Applied to the anchor element for the tab when the mouse hovers over it.

.rtsNextArrowAApplied to the scroll button that shows the next tabs.
.rtsPrevArrowAApplied to the scroll button that shows the previous tabs.
.rtsNextArrowDisabledAApplied to the scroll button that shows the next tabs when it is disabled (there are no more tabs).
.rtsPrevArrowDisabledAApplied to the scroll button that shows the previous tabs when it is disabled (the tabs are not scrolled).

.rtsOut

SPAN

Applied to the outer span that contains the tab label and image.

.rtsIn

SPAN

Applied to the inner span that contains the tab label and image.

.rtsTxt

SPAN

Applied to the span that contains the tab's text.

.rtsImgIMGApplied to the image element that contains the image on the tab.

See Also