Posted 21 Oct 2009 Link to this post
hi, i have added the following style to aspx page. But still image is getting disappered on mouse hover. I am using telerik verion 2009.2.826.20. please help me....
<
style type="text/css">
.RadTreeView .rtPlus {
{
background-image: url('../Images/Folderclosed.gif') !important;
height: 10px !important;
width: 12px !important; }
}
.RadTreeView .rtMinus
background-image: url('../Images/Folderopen.gif') !important;
.RadTreeView .rtLI rtLast
background-image: url('../Images/Closed_folder.gif') !important;
background-position: 0px 0px !important;
width: 10px !important; }
.RadTreeView .rtMinus:hover {
background-position: 0px 0px !important; }
.RadTreeView .rtPlus:hover {
</style> Regards, Medac
Posted 23 Oct 2009 Link to this post
.RadTreeView .rtPlus,
background-position
:
0px
!important
;