|
|
The <code> CSS2Cursor </code> interface represents the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-cursor"> cursor </a> CSS Level 2 property.
| unsigned short |
[const]
A code defining the type of the property. It would one of <code> CSS_UNKNOWN </code> or <code> CSS_INHERIT </code> . If the type is <code> CSS_UNKNOWN </code> , then <code> uris </code> contains a list of URIs and <code> predefinedCursor </code> contains an ident. Setting this attribute from <code> CSS_INHERIT </code> to <code> CSS_UNKNOWN </code> will set the <code> predefinedCursor </code> to <code> "auto" </code> .
| void |
see cursorType
| CSSValueList |
[const]
<code> uris </code> represents the list of URIs ( <code> CSS_URI </code> ) on the cursor property. The list can be empty.
| DOM::DOMString |
[const]
This identifier represents a generic cursor name or an empty string.
| void |
see predefinedCursor
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |