Switch to full style
HTML code examples
Post a reply

Change cursor to crosshair

Sun Dec 04, 2011 9:03 pm

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

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




Post a reply
  Related Posts  to : Change cursor to crosshair
 Change cursor to help     -  
 Change cursor to move     -  
 Change cursor to wait     -  
 Change the mouse cursor to hand pointer     -  
 JavaScript Cursor     -  
 Finding The Blinking Cursor     -  
 custom cursor in javascript     -  
 change the MAC address     -  
 How to change the JAR Icon     -  
 change timezones in php     -  

Topic Tags

CSS Cursor, HTML Paragraph