web777
01-04-2005, 07:37 AM
Image w/ description tooltip All
http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
:confused:
Need help with following script ->
my images doesnot show up like sticky´s but opens up a new window.
What is wrong?
Confused...
1) should I have the html. and the images in the same folder?
2) where do I change and add images in the script?
ex1->
<a href="#" onmouseover="doTooltip(event,1)" onmouseout="hideTip()">Link 1</a>
should it be:
<a href="/images/myimage.jpg" onmouseover="doTooltip(event,1)" onmouseout="hideTip()">Link 1</a>
And should that go with following code ->
messages[1] = new Array('red_balloon.gif','Here is a red balloon on a white background',"#FFFFFF");
-------->
Need help to understand in wich direction to move my brain... :eek:
http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
:confused:
Need help with following script ->
my images doesnot show up like sticky´s but opens up a new window.
What is wrong?
Confused...
1) should I have the html. and the images in the same folder?
2) where do I change and add images in the script?
ex1->
<a href="#" onmouseover="doTooltip(event,1)" onmouseout="hideTip()">Link 1</a>
should it be:
<a href="/images/myimage.jpg" onmouseover="doTooltip(event,1)" onmouseout="hideTip()">Link 1</a>
And should that go with following code ->
messages[1] = new Array('red_balloon.gif','Here is a red balloon on a white background',"#FFFFFF");
-------->
Need help to understand in wich direction to move my brain... :eek: