hover

The hover CSS pseudo-class applies while the element is designated with a pointing device, but not activated.

Syntax

selector:hover
{
    property: value;
}

Examples

HomeMenu