PDA

View Full Version : Mouse Events



happy
May 7th, 2009, 05:36 AM
check this code which is on the mouse event. this is not working in the my web page. Plz check the error here. what is the here.

<html>
<body>

<h1 onmoueover="style.color='red'"
onmouseou="style.color='black'">
Mouse over this text</h1>

</body>
</html>