Friday, July 24th 2026, 1:05am UTC+2
You are not logged in.
|
|
Source code |
1 2 3 4 5 |
body a:hover {
color: #1E1A57;
text-decoration: underline;
}
|
This post has been edited 1 times, last edit by "Yarin" (Feb 11th 2006, 8:32pm)
Date of registration: May 20th 2004
Bike: Honda Hornet 600 PC34
Location: Stemwede, NRW
Quoted
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
![]()
Source code
1 2 3 4 5body a:hover { color: #1E1A57; text-decoration: underline; }
Gibts da vielleicht ne Browserweiche oder sowas?

|
|
Source code |
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;
|
This post has been edited 1 times, last edit by "julian_xv" (Feb 11th 2006, 8:34pm)
Date of registration: May 20th 2004
Bike: Honda Hornet 600 PC34
Location: Stemwede, NRW
|
|
Source code |
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;
}
|
This post has been edited 1 times, last edit by "Yarin" (Feb 11th 2006, 8:41pm)
Date of registration: May 20th 2004
Bike: Honda Hornet 600 PC34
Location: Stemwede, NRW
This post has been edited 1 times, last edit by "julian_xv" (Feb 11th 2006, 8:51pm)
Ich rede von dem grauen Style. Das ist doch der neue, oder nich? Davor wars gelb..
This post has been edited 2 times, last edit by "Yarin" (Feb 11th 2006, 8:55pm)