Immer dieser dumme Internet Exploder.. -.-
So ungefähr sollte es gehen:
code:
a{display:block;background:url(bg.png)}
a:hover{background-positiony}
--
<ul>
<li><a href="#">Bongo</a></li>
</ul>
hmm.. nee funzt auch nicht
warum werden die navi backgrounds nicht als Link angezeigt? Hab zwar die Schrift als link aber links die 3 buttons funzen net
#nav-contact2{
background-image: url(Bilder/contact2.gif);
background-repeat: no-repeat;
width: 62px;
height: 64px;
list-style: none;
float: left;
text-indent:-99em;
display: block;
}
#nav-contact2:hover{
background-position: -62px 0;
}
Hier nochmal der Link