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


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

 

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:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» cursor