You are currently browsing the page Cursor style in the CSS category.

Cursor style

First, copy and paste this. Mouseover the links at the bottom, choose one and replace STYLE by its name.

<style type="text/css">
body {
cursor: STYLE;
}
</style>

crosshair
default
hand
help
move
text
wait
auto
e-resize
ne-resize
n-resize
nw-resize
w-resize
sw-resize
s-resize
se-resize

You can also put it like that:

<a href="url" style="cursor:STYLE">link link</a>

(note) It's better not to use this too much... :)

Print This Post Print This Post



Sponsors


Leave a Comment

Works? Doesn't work? Other tips? Please leave a comment! :)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

To post codes, please go to SimpleCode and transform your codes first, so that it will displayed properly. Indeed, < and > need to be converted to &lt; and &gt; :)


Close
E-mail It