Code subject: Change the mouse cursor to hand pointer
Posted: Sun Dec 04, 2011 8:53 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
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>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )