Log in

View Full Version : Image Mouseover



sweetbajan
07-02-2006, 08:15 AM
I am using the Image w/ description tooltip and would like to know is it possible to change the word link into an image.

if u go to this fansite www.ne-yo.org and rollover the affilates then you would see what i am referring to.

Thanks for your help in advance.

tech_support
07-02-2006, 09:47 AM
Note: Don't post your question twice

I'm assuming you're using the Dynamic Drive one? (http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm)

Just change the link:



<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a>


to



<img src="yourimage.png" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">

sweetbajan
07-02-2006, 10:00 AM
thnx it worked :)