cordac
12-09-2007, 01:07 PM
1) Script Title: Image w/ description tooltip
2) Script URL (on DD): ImageToolTip (http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm)
3) Describe problem: I'd like a custom image to be show directly from the image src. im new to this and its a problem for me that ive been strugling with for 2 days now.
i think im right when i guess the code at the HTML page should look like:
<img src="ima/prodPics/signDodge.jpg" alt="Dodge" onmouseover="doTooltip(event,'ima/prodPics/2_signDodge.jpg')" onmouseout="hideTip()">
But its to much for me to solve atm.
Why i want this done is because i have alot of images and it would just make the script slow and the old version i have messes up in IE. (DOM problem i think)
Thanks for any help
2) Script URL (on DD): ImageToolTip (http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm)
3) Describe problem: I'd like a custom image to be show directly from the image src. im new to this and its a problem for me that ive been strugling with for 2 days now.
i think im right when i guess the code at the HTML page should look like:
<img src="ima/prodPics/signDodge.jpg" alt="Dodge" onmouseover="doTooltip(event,'ima/prodPics/2_signDodge.jpg')" onmouseout="hideTip()">
But its to much for me to solve atm.
Why i want this done is because i have alot of images and it would just make the script slow and the old version i have messes up in IE. (DOM problem i think)
Thanks for any help