Hi, at the moment this code works on mouseover to open & mouseout to close an image & text pop up.
Is it also possible to make the code go to a url on click as well as the above.
IE: visitor sees the hint popup when mouseover text, but then can click on text to go to url.
Some samples at this link. http://www.collectors-info.com/testi...over_test.html
<b><a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Hint 1, light blue with dark blue boarder ?</B></a>
Thanks.
Is it also possible to make the code go to a url on click as well as the above.
IE: visitor sees the hint popup when mouseover text, but then can click on text to go to url.
Some samples at this link. http://www.collectors-info.com/testi...over_test.html
<b><a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Hint 1, light blue with dark blue boarder ?</B></a>
Thanks.
Comment