Flying Saucer XML/CSS2 Renderer
CSS cursor Property Supportcursor property support includes: Assigning the cursor to any element; can be assigned, for example, using the :hover attribute, as on this page. Most of the default CSS 2.1 cursor styles are accepted, including pointer, crosshair, auto, and wait. Some, for which there isn't an easy mapping in the Java cursor set, just go to default. Cursors by URL are not yet supported. In this page, hovering over the divs changes the cursor to the type shown in the box text.
In this example, we use cursors triggered by a :hover, but the property isn't bound to the :hover pseudo-selector.