CSS Hover Effects

I’ve just finished up a CSS article on two quick and easy ways to implement changing the background color over blocks of text when you run your mouse pointer over them.

One uses the CSS pseudo-class :hover.

The other one uses the DOM (Document Object Model).

I like the effect for that little extra visual zing.

Comments are closed.