| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello all,
How can I make a message box appear when an onmouseOver trigger is used on an image. I am also looking to position the message screen at the mouse pointer position. A perfect example is this forum...position the mouse in the message field and the text appears. How does this work? Thanks, CAV |
|
#2
|
||||
|
||||
|
Code:
<script language="JavaScript">
function Hello()
{
alert("Hello");
}
</script>
<img src="images/myImage.gif" onMouseOver="javascript:Hello();">
|
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > Floating message |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|