This web page demonstrates the use of the 'hover' pseudoclass for creating CSS tooltips to display hidden information
For more information on
pseudoclasses
, see
https://www.w3schools.com/css/css_pseudo_classes.asp
.
For more information on CSS tooltips, see
https://www.w3schools.com/css/css_tooltip.asp
Hover over this div to reveal hidden text:
First block of hidden text
Hover over this div to reveal more hidden text
Second block of hidden text
Hover over this div to reveal hidden text in an 'absolute' position:
First block of hidden text
Hover over this div to reveal more hidden text in an 'absolute' position:
Second block of hidden text