New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
CSS Classes
Updated over 6 months ago
Common CSS
| CSS Class | Description |
|---|---|
| .RadRotator | Primary wrapping class of the RadRotator |
| .rrRelativeWrapper | Secondary wrapping class of the RadRotator |
| .rrClipRegion | The wrapping class of RadRotator`s items list |
| .rrClipRegion .rrItemsList | RadRotator`s items list |
| .rrClipRegion .rrItemsList li | Single item in RadRotator`s items list |
| .RadRotator ul.rrVerticalList | Vertical list of RadRotator`s items |
| .RadRotator .rrVerticalList li | Single list of vertical list of RadRotator's items |
| .rrButton | Scroll Button |
| .rrButton:hover | Scroll Button hovered state |
| .rrButton.rrButtonUp | Scroll Up Button |
| .rrButton.rrButtonRight | Scroll Right Button |
| .rrButton.rrButtonDown | Scroll Down Button |
| .rrButton.rrButtonLeft | Scroll Left Button |
| .rrButton.rrButtonDisabled | Disabled scroll button in which the disabled appearance is achieved with opacity |
| .rrNoBorder .rrClipRegion | The Wrapping class of RadRotator`s items list in no-bordered RadRotator |
| html* .rrVerticalList li | Special setting for RadRotator`s vertical list for Internet Explorer 6 |
Skin - Specific CSS
| CSS Class | Description |
|---|---|
| .RadRotator_SkinName .rrClipRegion | The wrapping class of RadRotator`s items list |
| .RadRotator_SkinName .rrClipRegion .rrItemsList | RadRotator`s items list |
| .RadRotator_SkinName .rrButton | RadRotator Button |
| .RadRotator_SkinName .rrButton.rrButtonUp | Scroll Up Button |
| .RadRotator_SkinName .rrButton.rrButtonUp:hover | Scroll Up Button Hovered |
| .RadRotator_SkinName .rrButton.rrButtonRight | Scroll Right Button |
| .RadRotator_SkinName .rrButton.rrButtonRight:hover | Scroll Right Button Hovered |
| .RadRotator_SkinName .rrButton.rrButtonDown | Scroll Down Button |
| .RadRotator_SkinName .rrButton.rrButtonDown:hover | Scroll Down Button Hovered |
| .RadRotator_SkinName .rrButton.rrButtonLeft | Scroll Left Button |
| .RadRotator_SkinName .rrButton.rrButtonLeft:hover | Scroll Left Button Hovered |
| .RadRotator_SkinName .rrButton.rrButtonDisabled | Disabled scroll button in which the disabled appearance is achieved with opacity |