'cursor' Example : cursor « CSS « HTML / CSS






'cursor' Example

 
    
<html>
<body>
<div class="explanations" 
     style="background-color:#dddddd; 
            cursor:hand;">
            Move the mouse over this element to see the hand cursor.
</div>
</body>
</html>

    
      
        
  








Related examples in the same category

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