CSS2 Test Suite: 18.1 cursor

[index page] [section] [Previous] [Next] [Specification]

The style declarations contained within this page:

TD {background: white;}
.cl1 {cursor: auto;}
.cl2 {cursor: default;}
.cl3 {cursor: crosshair;}
.cl4 {cursor: pointer;}
.cl5 {cursor: move;}
.cl6 {cursor: n-resize;}
.cl7 {cursor: e-resize;}
.cl8 {cursor: s-resize;}
.cl9 {cursor: w-resize;}
.cl10 {cursor: ne-resize;}
.cl11 {cursor: se-resize;}
.cl12 {cursor: sw-resize;}
.cl13 {cursor: nw-resize;}
.cl14 {cursor: text;}
.cl15 {cursor: wait;}
.cl16 {cursor: help;}
.cl17 {cursor: url(Globe.ani);}
div.parent {cursor: auto;}
div.inh1 {cursor: crosshair;}
div.inh2 {cursor: help;}


[cl1] auto [cl2] default [cl3] crosshair [cl4] pointer [cl5] move
[cl6] n-resize [cl7] e-resize [cl8] s-resize [cl9] w-resize
[cl10] ne-resize [cl11] se-resize [cl12] sw-resize [cl13] nw-resize
[cl14] text [cl15] wait [cl16] help [cl17] url(...)

[div.parent] This DIV has been set with parental styles. The inline elements within this DIV are enclosed in square brackets in order to more easily discern their placement.
[div.inh1] This DIV should have the usual cursor when the mouse pointer hovers over it, as it has a style attribute set to inherit the cursor value. [/div.inh1]
[div.inh2] This DIV should have the usual cursor when the mouse pointer hovers over it, as it has a style attribute set to inherit the cursor value. [/div.inh2]
This is the end of the parent DIV. [/div.parent]

[index page] [section] [Previous] [Next] [Specification]