New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

CSS Classes

Common

 

CSS ClassDescription
div.RadToolTipRadToolTip Container
.RadToolTip.rtLoadingRadToolTip loading
div.RadToolTip div.rtCalloutRadToolTip tail wrapping class
div.RadToolTip.rtVisibleCallout div.rtCalloutRadToolTip tail wrapping class
div.RadToolTip table.rtWrapperRadToolTip wrapping control table
.RadToolTip table.rtWrapper td.rtWrapperTopLeftRadToolTip top left corner
.RadToolTip table.rtWrapper td.rtWrapperTopRightRadToolTip top right corner
.RadToolTip table.rtWrapper td.rtWrapperBottomLeftRadToolTip bottom left corner
.RadToolTip table.rtWrapper td.rtWrapperBottomRightRadToolTip bottom right corner
div.RadToolTip table.rtWrapper td.rtWrapperTopCenterRadToolTip top central content
div.RadToolTip table.rtWrapper td.rtWrapperBottomCenterRadToolTip bottom central content
div.RadToolTip table.rtWrapper td.rtWrapperLeftMiddleRadToolTip left middle
div.RadToolTip table.rtWrapper td.rtWrapperRightMiddleRadToolTip right middle
div.RadToolTip table.rtWrapper td.rtWrapperContentRadToolTip content cell
div.RadToolTip div.rtTitlebarRadToolTip title bar
div.RadToolTip a.rtCloseButtonRadToolTip close button normal state
div.RadToolTip_rtl a.rtCloseButton:hoverRadToolTip close button hovered state
div.RadToolTip div.rtCalloutRadToolTip callout button dimensions
div.RadToolTip .rtCalloutCenterRadToolTip callout center - visibility: hidden
.RadToolTip .rtCalloutTopLeftRadToolTip callout top left button
.RadToolTip .rtCalloutTopCenterRadToolTip callout top center button
.RadToolTip .rtCalloutTopRightRadToolTip callout top right button
.RadToolTip .rtCalloutBottomCenterRadToolTip callout bottom center button
.RadToolTip .rtCalloutBottomRightRadToolTip callout bottom right button
.RadToolTip .rtCalloutBottomLeftRadToolTip callout bottom left button
.RadToolTip .rtCalloutMiddleLeftRadToolTip callout middle left button
.RadToolTip .rtCalloutMiddleRightRadToolTip callout middle right button
.RadToolTip table.rtShadowRadToolTIp Shadows Enabled – the selectors are the same, and the only difference is that the cascade is made via the table.rtShadow class.

Right to Left Support

 

CSS ClassDescription
div.RadToolTip_rtl a.rtCloseButtonRadToolTip right to left close button link normal state
div.RadToolTip_rtl a.rtCloseButton:hoverRadToolTip right to left close button link hover state
div.RadToolTip_rtl div.rtTitlebarRadToolTip right to left title bar
div.RadToolTip_rtl table.rtWrapper td.rtWrapperTopCenter div.rtTitlebar divRadToolTip right to left top center title bar
div.RadToolTip_rtl .rtCalloutCenterRadToolTip right to left callout center
.RadToolTip_rtl .rtCalloutTopLeftRadToolTip right to left callout top left button
.RadToolTip_rtl .rtCalloutTopCenterRadToolTip right to left callout top center button
.RadToolTip_rtl .rtCalloutTopRightRadToolTip right to left callout top right button
.RadToolTip_rtl .rtCalloutBottomCenterRadToolTip right to left callout bottom center button
.RadToolTip_rtl .rtCalloutBottomRightRadToolTip right to left callout bottom right button
.RadToolTip_rtl .rtCalloutBottomLeftRadToolTip right to left callout bottom left button
.RadToolTip_rtl .rtCalloutMiddleLeftRadToolTip right to left callout middle left button
.RadToolTip_rtl .rtCalloutMiddleRightRadToolTip right to left callout middle right button
div.RadToolTip_rtl .rtShadowRadToolTIp Shadows Enabled – the selectors are the same, and the only difference is that the cascade is made via the .rtShadow class.

See Also