Hello,
Maybe I don't understand correctly but I thought that I could override the default css styling....?? For example
and I have a css file:
The image displays as it should but the width and height do not???
Any help would be greatly appreciated.
Maybe I don't understand correctly but I thought that I could override the default css styling....?? For example
telerik:RadTreeView ID="MyAppsTreeView" runat="server" CheckBoxes="True" TriStateCheckBoxes="true" CheckChildNodes="true" Skin="Windows7"> <Nodes> <telerik:RadTreeNode Text="Centura Health Resource" Expanded="true" CssClass="CategoryNode"> <Nodes>........and I have a css file:
.CategoryNode{ width: 186px !important; height: 35px !important; background: transparent url('../images/PhysSteth.png') no-repeat !important;}The image displays as it should but the width and height do not???
Any help would be greatly appreciated.