Switch to full style
HTML code examples
Post a reply

Change the mouse cursor to hand pointer

Sun Dec 04, 2011 8:53 pm

Change the mouse cursor to hand pointer
Code:
<html>
<
head>
<
title>Change cursor to hand pointer</title>
<
style type="text/css">
div.pointerCurs {
 cursor: pointer;  
}
</
style>
</
head>

<
body>
  <div class="pointerCurs">
  <center>
   <p>
      When you move your pointer to this text the cursor is changed to hand pointer.<br/>
      When you move your pointer to this text the cursor is changed to hand pointer.<br/>
      When you move your pointer to this text the cursor is changed to hand pointer.<br/>
      When you move your pointer to this text the cursor is changed to hand pointer.<br/>
    </p>
   </center>
  </div>
  
</body>
</
html>
 




Post a reply
  Related Posts  to : Change the mouse cursor to hand pointer
 Change cursor to help     -  
 Change cursor to move     -  
 Change cursor to wait     -  
 Change cursor to crosshair     -  
 Change the border style on mouse over     -  
 Change background position when mouse over     -  
 Free hand drawing     -  
 JavaScript Cursor     -  
 custom cursor in javascript     -  
 Finding The Blinking Cursor     -  

Topic Tags

CSS Cursor