Wednesday, September 21, 2016

AtoZ CSS Screencast: The Hover Pseudo Class

This screencast is a part of our AtoZ CSS Series. You can find other entries to the series here.

Hover is a pseudo class and can be used to style state.

The hover state is active when a user's mouse enters the bounding box of an element and is inactive when the user's mouse leaves it.

In this episode, we’ll look at the :hover pseudo-class on text links and cover some of the other link pseudo classes as well. We’ll also look at some of the downsides of hover and some workarounds for non-mouse users. Finally we’ll create a CSS dropdown menu triggered by hover and enhanced with jQuery for touch devices.

Continue reading %AtoZ CSS Screencast: The Hover Pseudo Class%


by Guy Routledge via SitePoint

No comments:

Post a Comment