HI, I have 6 to 7 Items in RadTabStrip & & each item has sub-menu as RadTab.
But i would like to override the control's css class to get "item text to get underline on mouse hover" instead of mentioning
HoveredCssClass="textHover" for each item.
CSS Class:
Aspx Page:
Can you please provide control's css class to override the same thing.
Thanks in advance.
But i would like to override the control's css class to get "item text to get underline on mouse hover" instead of mentioning
HoveredCssClass="textHover" for each item.
CSS Class:
.textHover { text-decoration:underline !important; }<telerik:RadTabrunat ="server"Text ="Dashboard" Value ="Dashboard" Selected ="true" HoveredCssClass="textHover"Font-Names ="Verdana" >Can you please provide control's css class to override the same thing.
Thanks in advance.