Hi ayanbizz,
The HTML structure seems to be not correct.
<div id='jqxTree' style='float: left; margin-left: 20px;'><ul><li>Consumer photo and video</li><li>Mobile</li><li>Rich Internet applications</li><li>Technical communication</li><li>Training and eLearning</li><li>Web conferencing<ul><li>Web conferencing1</li><li>Web conferencing2</li></ul></li></ul></div>
To change the Tree’s background, you can edit the .jqx-tree and .jqx-widget-content styles in the CSS.
Another approach is to set the background with code.
For example:
$("#jqxTree").css('background', '#ffbbaa');$("#jqxTree .jqx-widget-content").css('background', '#ffbbaa');
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com