Wednesday, 28 August 2013

MouseOver and MouseOut In CSS

MouseOver and MouseOut In CSS

For using mouse into one element we use the :hover CSS attribute. How
about for mouse out of the element?
I added a transition effect on the element to change the color. The hover
effect works fine, but what CSS attribute should I use for mouse out to
apply the effect? I'm looking for a CSS solution, not a JavaScript or
JQuery solution.

No comments:

Post a Comment