View Full Version : Image w/ description tooltip-Add OnClick?
bessensinger
09-08-2004, 12:45 PM
I would like to add an onclick function to this script. When you click on "link1", I would still like to have the pop up window on mouseover, but would also like it to go to a new page when clicked on. Please advise.
cr3ative
09-08-2004, 02:31 PM
Please refer to the sticky about query layout.
<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br>
Change # to the desired destination.
Hope this helps
cr3ative
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.