Text Disply

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikraman
    New Member
    • Sep 2006
    • 5

    #1

    Text Disply

    Please How can I Disply Text when the curser is at a specific coordinate in the Body/Image,and what is the script?
  • SweetCheers1234
    New Member
    • Sep 2006
    • 2

    #2
    Originally posted by vikraman
    Please How can I Disply Text when the curser is at a specific coordinate in the Body/Image,and what is the script?
    try this, sorry if it's not what you want :

    <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

    Working...