Custom CSS class color for selected node
COOLjsTree Professional allows you to change CSS class for selected node, i.e. node that was just clicked. Here is an example:
var TREE1_FORMAT = [
...
//21. support bgcolor changing for selected node
false,
//22. background color for non-selected and selected node
[ "white", "white", "clsSelectedNode" ]
];
This feature will not work under Netscape 4.x and Opera 5.x, 6.x.