<html>
<head>
<title>Abakada DHTML Demo: Using Zoom with Rotate</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style>
#sphere { cursor: zoom-in; transition: all 2s;
}
#sphere:hover { zoom: 10; rotate: 360deg;
}
</style>
</head>
<body>
<div class="header"><h2>Abakada CSS Demo: Using <b>Zoom</b> with <b>Rotate</b></h2></div>
<hr size=1 width=92%>
<center>
<p id="msg">Move the mouse over to zoom in the image. Move the mouse out to reset.</p>
<img id="sphere" src="/shared/images/earth.png" width=40 height=40>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>