| Author |
Message |
venkat856
Joined: 28 Sep 2004 Posts: 2 Location: Hyderabad
|
Posted: Thu Sep 30, 2004 10:55 am Post subject: how to set color to visited node |
|
|
Hello Sir,
I am using your CooljsTree. I want to set color to visited link so that the visited link get hilighted. How to do this. Please solve my problem.
Thanking you,
Regards,
R.Venkatesh |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Nov 17, 2004 7:40 pm Post subject: |
|
|
| As with any other link: by using CSS, or vlink attribute of the body. Default tree sample turns off coloring (i.e. all links within tree are black), and all you have to do is to override this behavior. So, go to your .css file and change tree's CSS class (".treeNode" or whatever). |
|
| Back to top |
|
 |
|