Donnerstag, 23. Juli 2026, 22:12 UTC+2
Du bist nicht angemeldet.
|
|
Quellcode |
1 2 3 4 5 |
body a:hover {
color: #1E1A57;
text-decoration: underline;
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Yarin« (11. Februar 2006, 20:32)
Registrierungsdatum: 20. Mai 2004
Bike: Honda Hornet 600 PC34
Wohnort: Stemwede, NRW
Zitat
Original von Yarin
Schlechtes Gedächtnis ;-)
Schau doch selbst nach. Es gibt zwar verschiedene Linkstyles für verschiedene Eltern-Elemente aber alle haben für a:hover {text-decoration: underline; }
Edit: Wo hast du das denn gefunden? Ich bekomme
![]()
Quellcode
1 2 3 4 5body a:hover { color: #1E1A57; text-decoration: underline; }
Gibts da vielleicht ne Browserweiche oder sowas?

|
|
Quellcode |
1 2 3 4 5 6 7 8 |
body a:link, body a:visited, body a:active {
color: #666666;
text-decoration: none;
}
body a:hover {
color: #1E1A57;
text-decoration: underline;
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »julian_xv« (11. Februar 2006, 20:34)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
.tablea a:link, .tablea a:visited, .tablea a:active {
color: #1E1A57;
text-decoration: none;
font-weight: bold;
}
.tablea a:hover {
color: #1E1A57;
text-decoration: underline;
font-weight: bold;
}
.tableb a:link, .tableb a:visited, .tableb a:active {
color: #1E1A57;
text-decoration: none;
font-weight: bold;
}
.tableb a:hover {
color: #1E1A57;
text-decoration: underline;
font-weight: bold;
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Yarin« (11. Februar 2006, 20:41)
Registrierungsdatum: 20. Mai 2004
Bike: Honda Hornet 600 PC34
Wohnort: Stemwede, NRW
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »julian_xv« (11. Februar 2006, 20:51)
Ich rede von dem grauen Style. Das ist doch der neue, oder nich? Davor wars gelb..
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Yarin« (11. Februar 2006, 20:55)