cursor
|
|
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<title></title> <style type="text/css">
body { margin: 15%; }
a:link { cursor: wait; }
</style>
</head> <body>
<div id="content">
<h2>Heading in DIV</h2>
<p>A <a href="http://www.navioo.com">A LINK</a>. <a href="http://www.navioo.com">Another link</a></p>
</div>
</body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
|