
demos.cursors.xhtml Maven / Gradle / Ivy
Flying Saucer: Tables Support
Flying Saucer XML/CSS2 Renderer
CSS cursor Property Support
cursor 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.
Default
Pointer
Crosshair
Auto
E-resize
Help
Move
N-resize
NE-resize
NW-resize
Progress
S-resize
SE-resize
SW-resize
Text
W-resize
Wait
In this example, we use cursors triggered by a :hover, but the property isn't bound to the :hover pseudo-selector.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy