i'm new to this stuff but i know the basics....i think...lol...but anyways i'm trying one of the free scripts...(Image w/ description tooltip) and i can't figure out how to put my own images in there...will someone please help me! thanx....Josh![]()
i'm new to this stuff but i know the basics....i think...lol...but anyways i'm trying one of the free scripts...(Image w/ description tooltip) and i can't figure out how to put my own images in there...will someone please help me! thanx....Josh![]()
Please post a link to the script in question in the future, in this case: http://www.dynamicdrive.com/dynamici...agetooltip.htm
By putting images, do you mean replacing the text links that activiate the tooltip with images instead? If so, simply replace the HTML from:
to:Code:<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br>
Code:<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()"><img src="myimage.gif"></a><br>
i'm talking about once you put your pointer on the link and the pic comes up...well ita a duck....how do i chang that picture? thanx again....josh
Hi Joshua,
Simply change the names of the image files from red_baloon.gif to whatever you desire, the same with the other 2 lines.
cr3ativeCode:messages[0] = new Array('red_balloon.gif','Here is a red balloon on a white background',"#FFFFFF"); messages[1] = new Array('duck2.gif','Here is a duck on a light blue background.',"#DDECFF"); messages[2] = new Array('test.gif','Test description','black','white');
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
i've done that but it still doesn't show up the pic i have chosen....does the type of pic (.jpg or gif) matter in this sitituation? Thanx for all your helpjosh
Try absolute rather than relative image locations, for example
instead ofCode:www.imagehost.com/imagefolder/image.gif
RegardsCode:image.gif
cr3ative
Last edited by cr3ative; 09-26-2004 at 12:27 PM. Reason: AUTOURL isn't wanted.
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Bookmarks