Language (ul>li) not working a:hover mouse hover HTML

Hi to all:

Not working mouse hover language (en > sp) please help me thanks.

demo: http://html.erikaivo.info/schoolflags/demo01/

Regards.

In style.css find this code:

.header {
    padding-top: 40px;
    background-color: transparent;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 999;
}

and replace with this:

.header {
    background-color: transparent;
    position: fixed;
    top:40px;
    left:0;
    width:100%;
    z-index: 999;
}
2 Likes

It’s working many thanks :slight_smile: I love you regards.