Pozícionálás: cursor CSS jellemző tulajdonságai

Cursor

beállítja az egérmutató kurzort

Declares the type of cursor to be displayed.
Lehetséges értékek:
URL values, and the following prefefined values:

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

[ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit

Cursor minták, példák:

div { cursor:crosshair; }

div { cusrsor:url(image.csr); }

div { cusrsor:url(image.csr), pointer; }


Alapértelmezett érték: auto
Öröklődő tulajdonság: igen
Media besorolás: visual, interactive
Csoport besorolás: pozícionálás

Kompatibilitás: CSS 2, CSS 2.1, CSS 3,

További pozícionálás:

clear display float visibility top right bottom left position clip overflow vertical-align z-index

Cursor CSS tulajdonságok, referencia

Webdesign