DHTML tree
I've created a DHTML tree with parent "main" and two chilldren "branch1" and "branch2" as below.
+ Main
branch1
branch2
the tree expands fine when I click the '+' symbol and collapses when '-' symbol is clicked. The problem is, user has to exactly click on the '+' symbol to expand the tree and '-' symbol to collpase the tree, which is confusing to some users. is there way to expand the tree by clicking either '+' symbol as well as the name "Main"?. any ideas are appreciated.
thanks,
Surya