CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Ajax and Design (http://www.codingforums.com/forumdisplay.php?f=55)
-   -   Dynamic drives text rollover script - imgtip (http://www.codingforums.com/showthread.php?t=245647)

TinMan 12-06-2011 12:16 PM

Dynamic drives text rollover script - imgtip
 
I have been trying to implement the script here

Code:

http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
All image files, js, css and htm files are in the same directory.

However when I roll over the text link, the image box appears with the title but no image. I dont understand as all files are in the same directory.

the line that calls the imgtip is

Code:

<dl><dt><a href="../files/machines/Lapmaster 15 OF 3R.pdf" target="_blank" rel="imgtip[0]">Lapmaster Model 15 Open Face</a></dt>
the js file line is

Code:

tooltips[0]=["AAA2.gif", "Lapmaster model 15", {background:"white", font:"bold 12px Arial"}]
Just cant figure why the image cannot be found...?


All times are GMT +1. The time now is 09:58 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.