Open treeview.htc
Paste the following lines just before
accessAnchor.appendChild(textNode);
(ctrl+F to find)
/***********************************************************************/
if ((nodeClass == "child" || nodeClass == "parent") &&
element.getAttribute("showToolTip") != false)
if (nodeClass == "child")
{
accessAnchor.title = textNode.innerText
}else
{
accessAnchor.title = textNode.innerText + " : " + L_strToolTip_Text;
}
/***********************************************************************/
Cheers,
DNN skins ForumTressleworks modulesDNN & webhostingIEWCtrls