1) Script Title:Image w/description tooltip v2.0
2) Script URL (on DD):http://www.dynamicdrive.com/dynamici...agetooltip.htm
3) Describe problem: Can I instead of the text Link 1,2 ,3 and 4 insert thumbnail-pictures ??
1) Script Title:Image w/description tooltip v2.0
2) Script URL (on DD):http://www.dynamicdrive.com/dynamici...agetooltip.htm
3) Describe problem: Can I instead of the text Link 1,2 ,3 and 4 insert thumbnail-pictures ??
Certainly, just add an image tag inside the original text link's A element:
Your image should contain explicit width/height attributes to insure the script correctly calculates the image's boundaries.Code:<a href="http://www.dynamicdrive.com" rel="imgtip[0]"><img src="test.gif" style="width:100px; height:150px" /></a>
DD Admin
Bookmarks