I am trying to get the mousehover effect in xml, but no idea. However i followed a tutorial from youtube and tried working with html first.
However,I can not see the mouse hover effect . BY the way I followed this link on youtube.
http://www.youtube.com/watch?v=-jfQeqd0eqc
Please help me out. One more thing I would like to know how can i convert it to xml.That is my final objective at this point.
Here is my html code.
<html>
<head>
<title>Nihar</title>
</head>
<body>
<div>
<img src="wheel.jpeg" onmouseover="src='wheel.jpeg'" onmouseout="src='wheel.jpeg'"">
</div>
</body>
</html>