Christoph: Hintergrundgrafik wechseln

Beitrag lesen

Hi Orlando,

Klar, ist kein Problem. Sieh dir einfach dieses Beispiel an, es macht genau, was du willst:

http://aktuell.de.selfhtml.org/artikel/css/mouseover/beispiel6.htm

irgendwie will das bei mir nich...klappt alles im Netscape, Mozilla, IE nur Opera nich...

So siehts aus:::

a.nav {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 15px;
 padding: 5px;
 text-decoration:none;
 border-bottom:1px dotted #000000;
 width: 130px;
        display: block;
        background-image:url(../img/bgnav.gif);
}

a.nav:hover {
 background-image:url(../img/hover.png);
}

a.nav:focus:active { /*CSS 3*/
 background: #B4EB6D;
}

Siehste da irgendwo nen Fehler?

Danke und Gruss

Christoph