Changes

Jump to: navigation, search

CSS GUIDE CURSOR

311 bytes added, 18:38, 4 December 2006
Usage Examples
<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>
== Usage Examples ==
<nowiki>
<html>
<head>
<style type="text/css">
b
{
font-size: 25px;
float:right;
}
</style>
</head>
<body>
<nowikispan style="cursor:auto"> Auto<p/span><br /> <span style="cursor:crosshair"> Crosshair</span><br /> <span style="cursor:default"> Default</span><br /> <span style="cursor:pointer"> Pointer</span><br /> <span style="cursor:move"> Move</span><br /> <span style="cursor:e-resize"> e-resize</span><br /> <span style="cursor:ne-resize"> ne-resize<b/span><br /> <span style="cursor:nw-resize"> nw-resize</span><br /> <span style="cursor:n-resize"> n-resize</span>HELLO!<br /b> This is some text. This is some text. This is some text. <span style="cursor:se-resize"> se-resize</span><br /> This is some text. This is some text. This is some text. <span style="cursor:sw-resize"> This is some text. This is some text. This is some text. sw-resize</span><br /> This is some text. This is some text. This is some text. <span style="cursor:s-resize"> This is some text. This is some text. This is some text. s-resize</span><br /> This is some text. This is some text. This is some text. <span style="cursor:w-resize"> This is some text. This is some text. This is some text. w-resize</span><br /> This is some <span style="cursor:text. This is some text. This is some text."> This is some text. This is some text. This is some text.</span><br /> This is some text. This is some text. This is some text. <span style="cursor:wait"> wait</pspan><br /> <span style="cursor:help"> help</nowikispan> </body>
</html>
</nowiki>
== Notes ==
1
edit

Navigation menu