Hi Old Pedant,
Just a quick comment:
Changing
toolTip.innerText = text;
to
toolTip.innerHTML = text;
took care of the presentation issue. Tool tip now showing perfectly (in HTML).
I want to thank you for excellent help and dedication. Super job. I learned a alot......
|