|
-
Apr 9th, 2005, 04:40 AM
#1
Thread Starter
Fanatic Member
onMouseout !!
Hi there,
The problem is that I can not get the image hidden when I use "onMouseout "event...!!
All I want is that I want imege to be seen when "onmouseover" the link and be hidden when onMouseout
could you please help
thanks in advance..
-------------------------------------------
<body>
<script>
function show()
{
document.getElementById("res").innerHTML="<img src=sabit14.jpg width=100 height=130 style=visibility:visible;>";
}
function clear()
{
document.getElementById("res").innerHTML="";
}
</script>
get your mouse<a href ="#" id=res onMouseover="show()";onMouseout="clear()"> here</a> to see my image..<br>
</body>
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
|