Change Cursor
<html> <head> <style type="text/css"> .xlink {cursor:crosshair} .hlink{cursor:help} </style> </head> <body> <b> <a href="http://www.java2s.com" class="xlink">CROSS LINK</a> <br> <a href="http://www.java2s.com" class="hlink">HELP LINK</a> </b> </body> </html>