cursor: wait
<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.java2s.com">A LINK</a>. <a href="http://www.java2s.com">Another link</a></p> </div> </body> </html>