|
-
Aug 15th, 1999, 05:52 AM
#1
Thread Starter
Member
Hi,
Can somebody help me out. I got this code from CNET about mouseover and mouseout but when I tried to put in my webpage it doesn't work?
Is there any restriction to the call of mouseover and mouseout function?
<SCRIPT language="vbscript">
Sub Link1_OnMouseOver()
Link1.style.color = "red"
End Sub
Sub Link1_OnMouseOut()
Link1.style.color = "blue"
End Sub
</SCRIPT>
<a href="" id="Link1">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|