Posted 03 Nov 2009 Link to this post
Hi, I have added below style in my code. Still facing same problem.i,e disappering of open folder image...... Am I doing any wrong in the below code? 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_MySkin .rtPlus:hover, { background-image: url('../Images/Folderclosed.gif') !important; height: 10px !important; width: 12px !important; } .RadTreeView_Default .rtMinus:hover { background-image: url('../Images/Folderopen.gif') !important; height: 10px !important; width: 12px !important; }
</style>
Posted 04 Nov 2009 Link to this post
<style type=
"text/css"
>
.RadTreeView .rtPlus
{
background-image
:
url
(
'../Images/Folderclosed.gif'
)
!important
;
height
10px
width
12px
}
.RadTreeView .rtMinus
'../Images/Folderopen.gif'
.RadTreeView .rtPlus:hover
.RadTreeView .rtMinus:hover
Posted 06 Nov 2009 Link to this post