Switch to full style
HTML code examples
Post a reply

Change cursor to move

Sun Dec 04, 2011 8:50 pm

Change pointer's cursor to move look.

Code:
<html>
<
head>
<
title>Change cursor to move</title>
<
style type="text/css">
div.moveCurs {
 cursor: move;  
}
</
style>
</
head>

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

 




Post a reply
  Related Posts  to : Change cursor to move
 Change cursor to help     -  
 Change cursor to crosshair     -  
 Change cursor to wait     -  
 Change the mouse cursor to hand pointer     -  
 Move content to center of the page     -  
 move movie clips in Macromedia flash     -  
 make an object grow/move on Macromedia Flash     -  
 JavaScript Cursor     -  
 custom cursor in javascript     -  
 Finding The Blinking Cursor     -  

Topic Tags

CSS Cursor