Change Cursor : cursor : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » cursor »

 

Change Cursor



<html>
<head>
<style type="text/css">
.xlink {cursor:crosshair}
.hlink{cursor:help}
</style>
</head>

<body>
<b>
<a href="http://www.navioo.com" class="xlink">CROSS LINK</a>
<br>
<a href="http://www.navioo.com" class="hlink">HELP LINK</a>
</b>
</body>
</html>



           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» cursor