Open main menu

CDOT Wiki β

Changes

CSS GUIDE CURSOR

198 bytes added, 18:36, 4 December 2006
Legal Values
<tr>
<td>url</td>
<td>The image or text moves to the left url of the parent elementcustom cursor. Always followed by pointer if previous cursors can't be found</td>
</tr>
<tr>
<td>default</td>
<td>The image or text moves to the right of the parent elementDefault cursor</td>
</tr>
<tr>
<td>auto</td>
<td>Image or text does not move and it appears at the same locationBrowser sets a cursor</td>
</tr>
<tr>
<td>crosshair</td>
<td>Cross cursor</td>
</tr>
<tr>
<td>pointer</td>
<td>Hand cursor</td>
</tr>
<tr>
<td>move</td>
<td>Move cursor cross</td>
</tr>
<tr>
<td>e-resize</td>
<td>East resize cursor</td>
</tr>
<tr>
<td>ne-resize</td>
<td>North East resize cursor</td>
</tr>
<tr>
<td>nw-resize</td>
<td>North west resize cursor</td>
</tr>
<tr>
<td>n-resize</td>
<td>North resize cursor</td>
</tr>
<tr>
<td>se-resize</td>
<td>South east resize cursor</td>
</tr>
<tr>
<td>sw-resize</td>
<td>Sourth west resize cursor</td>
</tr>
<tr>
<td>s-resize</td>
<td>South resize cursor</td>
</tr>
<tr>
<td>w-resize</td>
<td>West resize cursor</td>
</tr>
<tr>
<td>text</td>
<td>Text cursor</td>
</tr>
<tr>
<td>wait</td>
<td>Hourglass cursor</td>
</tr>
<tr>
<td>help</td>
<td>Question mark cursor</td>
</tr>
1
edit