ERLEDIGT
NEIN
NEIN
ANTWORTEN
0
0
ZUGRIFFE
3155
3155
EMPFEHLEN
-
06.10.04 14:03 #1
- Registriert seit
- Oct 2004
- Beiträge
- 1
Hallo zusammen,
habe folgendes Problem:
Jeder Navigationspunkt hat ein Background-Image das ausgetauscht wird wenn man mit der Maus drüberfährt:
.navi a:link{
display: block;
width: 238px;
height: 22px;
text-align: right;
COLOR: #ffffff;
padding-top: 9px;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
position: relative;
background-image: url(images/navi_hint.gif);
}
.navi a:hover{
display: block;
height: 22px;
COLOR: #ffffff;
padding-top: 9px;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
position: relative;
background-image: url(images/navi_over.gif);
}
Das funktioniert auch. Doch, sobald man RELOAD drückt wird das Hintergrundbild nicht mehr angezeigt. Komisch. Wer kann mit helfen
Unter
http://www.ollio.de/hm
kann man sich die Seite ansehen!
1000Dank,
Ollio
Ähnliche Themen
-
Horizontale Navi mit Background Image und Hover
Von ray2mi im Forum CSSAntworten: 6Letzter Beitrag: 28.08.09, 14:53 -
Tabellen background bei a:hover ändern
Von crashx im Forum CSSAntworten: 3Letzter Beitrag: 24.10.05, 20:25 -
Background-image bei <A>:HOVER
Von Kopfballstar im Forum CSSAntworten: 2Letzter Beitrag: 05.08.05, 12:57 -
Hover -> Tabellen BACKGROUND/Color
Von nentus im Forum HTML & XHTMLAntworten: 8Letzter Beitrag: 23.02.04, 10:29 -
a:hover Background verändern
Von Dennis-S. im Forum CSSAntworten: 9Letzter Beitrag: 28.11.03, 20:22





Login





