cursor: wait : cursor « CSS « HTML / CSS






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>

   
  








Related examples in the same category

1.The cursor Property
2.Mouse cursor List
3.Change Cursor
4.'cursor' Example
5.cursor: url('ani.ani')
6.cursor: move
7.cursor custom
8.cursor: pointer; crosshair; move; text; wait; help