<strong> Move your mouse over following lines:<br><br> <spanclass="ttip"onmouseover=if(t1)t1.Show(event,l1)onmouseout=if(t1)t1.Hide(event)> Line One </span><br> <spanclass="ttip"onmouseover=if(t1)t1.Show(event,l2)onmouseout=if(t1)t1.Hide(event)> Line Two </span> </strong>
</body> <script> var t1=null; var l1="Tooltip for line one"; var l2="Tooltip for line two"; functioninit() { t1 = newToolTip("a",false); } </script> </html>