[CSS] Schattierte Links

the.lightning
Hey ho großes Grinsen
Ich nocheinmal.
Unzwar würde ich die links auf meiner seite schattiert angezeigt haben wie hier <<. Leider habe ich das nicht hinbekommen ._. selbst mit vorlage. Naja.
okay. Villeicht kann mir jemand helfen großes Grinsen

hier mein code bis jetzt [:
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:
body {font-family: Tahoma; font-size: 9px; color: #737373; text-decoration:none; background-image: url('http://qpic.ws/images/hg.gif'); background-attachment: fixed; background-repeat: fixed; }
   
b { color: #484e48; }
u { color: #35747f; font-weight: bold; } 
i { color: #5a7280; }  

#tabletitle { background-image: url(images2/hg2.jpg); } 
#tablecat { background-image: url(images2/hg2.jpg); } 
#main {background-image: url(images2/hg.png);}

.normalfont,td,tr { font-family: Tahoma; font-size: 11px; } .smalfont { font-family: Tahoma;  font-size: 8pt; text-transform: lowercase; } h1 { font-size: 9pt; font-family: times new roman; font-style: italic; font-weight:lighter;}   

textarea, input, select 
{  FONT-SIZE: 8pt;
FONT-FAMILY: Tahoma; 
COLOR: #737373;  
background-color: #f6f5f5;
background-image: url(images2/hg.png);  
border-top-width : 1px;  
border-right-width : 1px;  
border-bottom-width : 1px;  
border-left-width : 1px;  
text-indent : 2px; }

#bg A:link, #bg A:active, #bg A:visited { text-decoration:none; color: #323731; font-family: Tahoma; font-size: 7pt; text-transform: uppercase; }  

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #5c514f; TEXT-DECORATION: italic; font-family: times new roman; text-transform: none; font-size: 9px; } #tablecat A:hover { COLOR: #5c514f; TEXT-DECORATION: underline overline;}  

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #786b68; TEXT-DECORATION: none; text-transform: uppercase; font-size: 9px;  font-weight: ; letter-spacing: 1px;} #tablea A:hover { COLOR: #786b68; TEXT-DECORATION: underline overline;}  

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #786b68; text-transform: uppercase; font-size: 9px; font-weight: ; letter-spacing: 1px;} #tableb A:hover { COLOR: #786b68; TEXT-DECORATION: underline overline;}  -->




lg Phia <3
the.lightning
niemand unglücklich
Lakota-Chan
ehm hast dus schon mal sou versucht (farben müsstest halt anpassen), habs aus einem meiner desis rauskopiert

code:
1:
2:
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #1c2e46; TEXT-DECORATION: none; }
#tablea A:hover { COLOR: #8a9aae; TEXT-DECORATION: none; text-shadow: 2px 2px 2px #808080; }
Pocahontas
Hm, wie genau hast du es denn angegeben? Sehe in deinem Code grad gar nichts - vielleicht bin ich auch einfach nur blind. großes Grinsen

Müsste aber, wie Lakota-Chan schon vorgeschlagen hat, mit
code:
1:
text-shadow
funktionieren. (;

LG. Herz
Snatsch
Mit welchem Browser schaust du es dir denn an? Schattierte Links sind, meines Wissens eben nur mit IE möglich. Ich weiss nicht, welchen Browser du benutzst aber es könnte durchaus an dem liegen smile .
Pocahontas
Zitat:
Original von Snatsch
Mit welchem Browser schaust du es dir denn an? Schattierte Links sind, meines Wissens eben nur mit IE möglich. Ich weiss nicht, welchen Browser du benutzst aber es könnte durchaus an dem liegen smile .


Auf der angegebenen Seite sehe ich die schattierten Links, und ich benutze MF. Augenzwinkern