Changes

Jump to: navigation, search

CSS GUIDE CURSOR

2,290 bytes added, 18:29, 4 December 2006
no edit summary
<span style="margin:0;background:#ffff33;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">This document is a work in progress and is subject to change.</span><br /><br />
== Summary ==
Cursor CSS property specifies the type of mouse cursor displayed over an element.

== Syntax ==
cursor: [crosshair]

== Legal Values ==
<table border = "1" width="350">

<tr>
<th>Value</th>
<th>Description</th>
</tr>


<tr>
<td>url</td>
<td>The image or text moves to the left of the parent element</td>
</tr>

<tr>
<td>default</td>
<td>The image or text moves to the right of the parent element</td>
</tr>

<tr>
<td>auto</td>
<td>Image or text does not move and it appears at the same location</td>
</tr>
<tr>
<td>crosshair</td>
<td></td>
</tr>
<tr>
<td>pointer</td>
<td></td>
</tr>
<tr>
<td>move</td>
<td></td>
</tr>
<tr>
<td>e-resize</td>
<td></td>
</tr>
<tr>
<td>ne-resize</td>
<td></td>
</tr>
<tr>
<td>nw-resize</td>
<td></td>
</tr>
<tr>
<td>n-resize</td>
<td></td>
</tr>
<tr>
<td>se-resize</td>
<td></td>
</tr>
<tr>
<td>sw-resize</td>
<td></td>
</tr>
<tr>
<td>s-resize</td>
<td></td>
</tr>
<tr>
<td>w-resize</td>
<td></td>
</tr>
<tr>
<td>text</td>
<td></td>
</tr>
<tr>
<td>wait</td>
<td></td>
</tr>
<tr>
<td>help</td>
<td></td>
</tr>






</table>

== Mozilla Recommended Values ==

== Usage Examples ==

<html>
<head>
<style type="text/css">
b
{
font-size: 25px;
float:right;
}
</style>
</head>
<body>
<nowiki>
<p>
<b>HELLO!</b>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</p>
</nowiki>
</body>
</html>

== Notes ==


== Specification Conformance ==

== Browser Compatibility ==

Firefox,Netscape,Opera,IE

== See Also ==
1
edit

Navigation menu