I am having trouble with the image w/description tooltip/mouseover effects. Basically I am trying to have a map where we have locations. Once a locations has the mouse over it, I would like to have a small box showing the address, etc. I looked at the code from image w/description and don't know how it is to determine where the locations of the gif's are suppose to be on the main gif. The locations are in all different areas of the map, how am I suppose to code something like that? Thank you!
<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br>
<a href="#" onmouseover="doTooltip(event,1)" onmouseout="hideTip()">Link 2</a>




Reply With Quote


Bookmarks