Please How can I Disply Text when the curser is at a specific coordinate in the Body/Image,and what is the script?
Text Disply
Collapse
X
-
try this, sorry if it's not what you want :Originally posted by vikramanPlease How can I Disply Text when the curser is at a specific coordinate in the Body/Image,and what is the script?
<BODY>
<CENTER><tabl e width="40%"><tr ><td><A HREF=""
ONMOUSEOVER = "alert('And it doesn\'t need to be text!')")>
<img src="3dhomer1.g if" border="0"></a></td>
<td align=right><A HREF=""
ONMOUSEOVER = "alert('Yet another cool way to put an message on your page')")>
Put your cursor here</a></td></tr></table>
</BODY>
Comment