All Downloads are FREE. Search and download functionalities are using the official Maven repository.

demos.cursors.xhtml Maven / Gradle / Ivy

There is a newer version: 9.11.1
Show newest version



	Flying Saucer: Tables Support
	
	
	









  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