Switch to full style
HTML code examples
Post a reply

Change cursor to wait

Sun Dec 04, 2011 9:01 pm

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

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




Post a reply
  Related Posts  to : Change cursor to wait
 Change cursor to help     -  
 Change cursor to move     -  
 Change cursor to crosshair     -  
 Change the mouse cursor to hand pointer     -  
 purpose of the wait(), notify(), and notifyAll() methods     -  
 JavaScript Cursor     -  
 Finding The Blinking Cursor     -  
 custom cursor in javascript     -  
 How to change the JAR Icon     -  
 change the MAC address     -  

Topic Tags

CSS Cursor