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;
height: 10px !important;
width: 12px !important;
}
.RadTreeView .rtLI rtLast
{
background-image: url('../Images/Closed_folder.gif') !important;
background-position: 0px 0px !important;
height: 10px !important;
width: 10px !important;
}
.RadTreeView .rtMinus:hover
{
background-position: 0px 0px !important;
}
.RadTreeView .rtPlus:hover
{
background-position: 0px 0px !important;
}
</style>
Regards,
Medac