Topic: adding hover

Hello,
I am totally new in mootools and quite don't understand how does miff tree work smile
I would like to ask you, if you could give me some example, how to add hover effect, when mouse points on the whole row of the tree.
I tried many things, i read many posts but still unable to find the answer.

I would be really grateful.
Thank you very much for your reply.

Re: adding hover

which effect you want?

if you want highlight whole row, use MIf.Tree.Highlight, but it's will be removed in future versions

or you can change css:

.mif-tree-hover-node .mif-tree-name{//change hover row name color
color:red
}