demos.cursors.xhtml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flying-saucer-examples Show documentation
Show all versions of flying-saucer-examples Show documentation
Misc. Flying Saucer example code. It is not deployed with a release.
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 - 2024 Weber Informatics LLC | Privacy Policy