mouseover
Sign in to saveAlso known as mouse hover, hover box
thumb|alt=A computer mouse|Mouseover events are typically triggered by the movement of a computer mouse.
Wikidata facts
Show 1 more fact
- Commons category
- Mouse hovering
Sources (2)
via Wikidata · CC0
~15 min read
Article
14 sectionsContents
- Importance in UI/UX design
- Technical implementation
- HTML/CSS mouseover
- CSS pseudo classes
- Example code
- JavaScript mouseover
- Example code
- Applications in modern web design
- Tooltips
- Navigation menus
- Image galleries
- Interactive buttons
- References
- External links
thumb|alt=A computer mouse|Mouseover events are typically triggered by the movement of a computer mouse.
In the field of computing and web design, a mouseover is an event occurring when the user moves the cursor over a specified point on a computer monitor using a computer mouse. Also called a hover effect, mouseovers are graphical controls that respond when a user moves their mouse pointer over a designated area. This area can be a button, image, or hyperlink. This simple action can trigger different responses. The element's color or appearance can change. Additional information or interactive content can be displayed. The mouseover effect is an essential part of user interaction. It adds layers of interactivity and responsiveness to websites and applications.