Hi,
I want to show another logo it the mouse goes over it. So I add the following css code:
.logo:hover {
background-image:url(….png);
}
The problem is, that I see the hover-logo, but it is below the “normal .logo”. So I think I have to remove it so that my hover-logo can take that place.
I also tried it with foreground-image, but than I can’t see the hover-logo.