Tuesday 23 August 2011

Change Mouse Pointers

MOVE YOUR MOUSE CURSOR TO CHANGE THE MOUSE POINTER


Hello I am Atul and i am here today to share a simple but cool trick with you.I will share you the trick of code of this trick please click read more button. It is a simple HTML trick. This Trick is been made by Share Knowledge. It is copyrighted SHARE KNOWLEDGE

"Auto" 

"Default"

"Text"

"Help"

"Pointer"

"Wait"

"Crosshair"

"Move"

"e-resize"

"ne-resize"

"nw-resize"

"n-resize"

"se-resize"

"sw-resize"

"s-resize"

"w-resize"

Here is the simple code:


<b><span class="Apple-style-span" style="font-size: large;"><u>MOVE YOUR MOUSE CURSOR TO CHANGE THE MOUSE POINTER</u></span></b></div>


<style type="text/css">
.auto { cursor: auto }
.default { cursor: default }
.text { cursor: text }
.help { cursor: help }
.pointer { cursor: pointer }
.wait { cursor: wait }
.crosshair { cursor: crosshair }
.move { cursor: move }
.progress { cursor: progress }
.e-resize { cursor: e-resize }
.ne-resize { cursor: ne-resize }
.nw-resize { cursor: nw-resize }
.n-resize { cursor: n-resize }
.se-resize { cursor: se-resize }
.sw-resize { cursor: sw-resize }
.s-resize { cursor: s-resize }
.w-resize { cursor: w-resize }
</style>
Copyrighted @share Knowledge
<h3 class="auto">
"Auto"&nbsp;</h3>
<h3 class="default" style="text-align: center;">
"Default"</h3>
<h3 class="text">
"Text"</h3>
<h3 class="help" style="text-align: right;">
"Help"</h3>
<h3 class="pointer" style="text-align: center;">
"Pointer"</h3>
<h3 class="wait" style="text-align: right;">
"Wait"</h3>
<h3 class="crosshair">
"Crosshair"</h3>
<h3 class="move" style="text-align: center;">
"Move"</h3>
<h3 class="e-resize" style="text-align: right;">
"e-resize"</h3>
<h3 class="ne-resize">
"ne-resize"</h3>
<h3 class="nw-resize" style="text-align: right;">
"nw-resize"</h3>
<h3 class="n-resize" style="text-align: center;">
"n-resize"</h3>
<h3 class="se-resize" style="text-align: right;">
"se-resize"</h3>
<h3 class="sw-resize">
"sw-resize"</h3>
<h3 class="s-resize" style="text-align: center;">
"s-resize"</h3>
<h3 class="w-resize" style="text-align: right;">
"w-resize"</h3>
COPY this code and past it at the preferable place.
thank you!!
-by Atul

No comments:

Post a Comment

back to top