Курсор мыши
Курсор мыши
Курсор мыши устанавливает форму курсора, когда он находится в пределах элемента.
Виды курсоров
default
- p {cursor: default}crosshair
- p {cursor: crosshair}help
- p {cursor: help}move
- p {cursor: move}progress
- p {cursor: progress}pointer
- p {cursor: pointer}text
- p {cursor: text}wait
- p {cursor: wait}n-resize
- p {cursor: n-resize}ne-resize
- p {cursor: ne-resize}e-resize
- p {cursor: e-resize}se-resize
- p {cursor: se-resize}s-resize
- p {cursor: s-resize}sw-resize
- p {cursor: sw-resize}w-resize
- p {cursor: w-resize}nw-resize
- p {cursor: nw-resize}
Пример применения:
<style>
.help { cursor: help;}
</style>
<a href="help.php" class="help">СПРАВКА 1</a>