Help:Cursor
93,496pages on
this wiki
this wiki
A Cursor is the pointer that indicates where your mouse is located or pointing at so that you know where you are about to add/change the text.
This indicator can have its appearance changed a little if you want to bring attention to specific text or to a specific area when the cursor moved over the text/area.
Contents
[show] Step by step
Edit
In order to change the look of the cursor you will have to do is surround the text/area, you wish to have a new look, with span tags containing the parameter style="cursor: <cursor-style>;", like this:
<span style="cursor: help;">Mouse-over me to see the cursor!</span>
This results in:
- Mouse-over me to see the cursor!
Additional styles
Edit
- style="cursor:auto;", style="cursor:default;" or style="cursor:text;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:crosshair;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:move;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:pointer;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:progress;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:wait;" will produce this:
- Mouse-over me to see the cursor.
For those re-size arrows you would use the following:
- style="cursor:e-resize;" or style="cursor:w-resize;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:n-resize;" or style="cursor:s-resize;" will produce this:
- Mouse-over me to see the cursor.
- style="cursor:ne-resize;" or style="cursor:sw-resize;" will produce this:
- Mouse-over me to see the cursor.
- style=cursor:"nw-resize;" or style=cursor:"se-resize;" will produce this:
- Mouse-over me to see the cursor.
See also
Edit
- Learn how to create a new page
- Learn how to modify text
- Learn how to make tables
Further help & feedback
Edit
- Browse and search other help pages at Help:Contents
- Check Help:Wikia Community Central for sources of further help and support
- Check Help:Contacting Wikia for how to report any errors or unclear steps in this article