This is a migrated thread and some comments may be shown as answers.

How to set a background image instead of backcolor

1 Answer 39 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Stavros
Top achievements
Rank 1
Stavros asked on 30 Jun 2009, 03:00 PM
Is this possible?
I want to use a background image instead of the backcolor property.
Thank you very much.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Jul 2009, 06:55 AM
Hello Stavros,

Try the following approach by adding style in order to show background image for RadTreeView.

CSS:
 
<style type="text/css">  
.RadTreeView  
{  
     background-image:url(../Images/BackgroundImage1.gif) !important; 
}   
</style> 

Thanks,
Princy.
Tags
TreeView
Asked by
Stavros
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or