Hi to all:
Not working mouse hover language (en > sp) please help me thanks.
demo: http://html.erikaivo.info/schoolflags/demo01/
Regards.
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;
}
It’s working many thanks I love you regards.