New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
RadNavigation's CSS Classes
Updated over 6 months ago
The following table lists the CSS selectors and descriptions for RadNavigation style sheets.
| Class Name | Element | Description | 
|---|---|---|
| RadNavigation | DIV | Applied to the root element of navigation. | 
| RadNavigation_[Skin] e.g. RadNavigation_ Outlook | DIV | Applied to the root element of navigation specifies the skin. | 
| rnvDisabled | DIV | Applied to the root element of navigation when the control is disabled. | 
| rnvHidden | DIV | Applied to the root element of navigation when the control is hidden. | 
| rnvRootGroupWrapper | DIV | Applied to the wrapper of the first level item container (root node group). | 
| rnvRootGroup | UL | Applied to the first level item container (root node group). | 
| rnvUL | UL | Applied to the item container (node group). | 
| rnvItem | LI | Applied to the LI elements enclosing each item. | 
| rnvHovered | LI | Applied to the LI elements enclosing each item when it is hovered. | 
| rnvFocused | LI | Applied to the LI elements enclosing each item when it is focused. | 
| rnvSelected | LI | Applied to the LI elements enclosing each item when it is selected. | 
| rnvRootLink | A/SPAN | Applied to the anchors representing each first level item. | 
| rnvLink | A/SPAN | Applied to the anchors representing each item. | 
| rnvMore | SPAN | Applied to the element that represents a button for expanding hidden nodes. | 
| rnvMore:before | - | Applied to the pseudo element displays an icon for the rnvMore element. | 
| rnvLeft | SPAN | Applied to the left element that represents a button for expanding hidden nodes. | 
| rnvRight | SPAN | Applied to the right element that represents a button for expanding hidden nodes. | 
| rnvHovered | SPAN | Applied to the hovered element that represents a button for expanding hidden nodes. | 
| rnvSelected | SPAN | Applied to the selected element that represents a button for expanding hidden nodes. | 
| radImage | IMG | Applied to the image element of an item. | 
| rwzSprite | SPAN | Applied to the element for displaying sprite image to an item. | 
| rnvText | SPAN | Applied to the SPAN element that encloses an item's text. | 
| rnvToggle | SPAN | Applied to the toggle element of each expandable item. | 
| radIcon | SPAN | Applied to the toggle element of each expandable item for applying common styles for icon | 
| radIcon:before | - | Applied to the pseudo element of the radIcon for displaying font icon. | 
| rnvSlide | DIV | Applied to the animation elemet as a wrapper of popup. | 
| rnvPopup | DIV | Applied to the popup element. | 
| rnvMorePopup | DIV | Applied to the popup element that displays hidden nodes. |