[CSS] CSS Datei spinnt irgendwie

nymphy
soo ich wollte Links im Stecki auch unterstreichen.. allerdings werden nicht alle unterstrichen sondern nur einige..

so siehts aus
Stecki Bsp

un das is der Code
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
{
      scrollbar-base-color: #000000;  
      scrollbar-track-color: #000000;  
      scrollbar-face-color: #000000;  
      scrollbar-highlight-color: #000000;  
      scrollbar-3d-light-color: #ff0000;  
      scrollbar-darkshadow-color: #000000;  
      scrollbar-shadow-color: #ff0000;  
      scrollbar-arrow-color: #ff0000;  
      
}
{
color: #381200; 
font-family: Verdana; 
font-size: 12pt;
}

body {background-color: #FFFBBC; 
}

table { 
 color: #381200;
 font-family: Verdana;
 font-size: 9pt;
 border-color: #381200;


}


A:link { color: #381200; font-size: 9pt; font-style: normal; text-decoration: underline; }
A:visited { color: #381200; font-size: 9pt; font-style: normal; text-decoration: none; }
A:hover{color:#381200;text-decoration:none; position: relative; top: 3; left: 3;}
A:active { color: #381200; font-size: 9pt; font-style: italic; text-decoration: none; }
Steffi.
Also bei mir ist glaub ich alles unterstrichen was verlinkt ist... o_O wo ist denn da jetzt dein Problem?? XD
nymphy
echt ? hm.. dann liegst vllt. an meinem Browser ? ob der ers nach Neustart alles neu sieht sozusagen ?
anna.
Ätätä. großes Grinsen
code:
1:
2:
A:visited { color: #381200; font-size: 9pt; font-style: normal; text-decoration: none; }


A:visited und text-decoration: none; bedeuten, dass bei einem Link, den du irgendwann schon mal angeklickt hast, der Link dann nicht mehr unterstrichen ist. großes Grinsen
nymphy
blaa ^^ ich bin blöd ^^