[CSS] Linkfarbe im Navi ändern?!|Oyla

Yelanha
Huhu.
Also ich hab da ja mal so´n Problem x)
Undzwar möchte ich bei Oyla in der Navigation die Linkfarbe auf schwarz ändern -Problem: Geht nicht bzw. weiß nicht wie es geht.Kann jemand helfen?!

(Navi ist das von Oyla vorgegebene!)
Fear
Hey smile

Wenn es ein anpassbares Design ist, geht es eigentlich ganz einfach,
du musst einfach nur den Farbcode bei MouseOverDingens eingeben, in deinem Fall wäre es dann ja 000000, also schwarz:

Navigationsseiten-MouseOverFarbe: 000000
Yelanha
Hab allerdings ein eigenes Design traurig Probier es trotzdem mal,vll geht es ja auch so ^^

EDIT: Geht leider nicht unglücklich
Snowi
Stell mal bitte deinen Code rein. Augenzwinkern
Yelanha
Hier ^^
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
 <html> 
     <head>
  <head><STYLE type="text/css"> <!-- BODY { scrollbar-face-color: ##0000FF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: ##0000FF; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: ##330066; scrollbar-arrow-color: #000000; scrollbar-track-color: ##00FFFF; } --> </STYLE></head>
   <title>%titel%</title>
     <img border="0" src="http://www.oyla23.de/userdaten/61428461/bilder/DesignDR_Kopie.jpg" scroll="no" bgproperties="fixed" 
     ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="1024" height="610"> 
     <div style="overflow: auto; position: absolute; width: 770; height: 395; left: 225; top: 210"> 
     <font face="Verdana" size="1,2"><font color="#000000">%content%</font></font> 
     </div> 
     <div style="overflow: auto; position: absolute; width: 145; height: 400; left: 20; top: 205"> <font face="Arial" size="2,0" color="#000000">%navigation_v%</font></div> 
Silberwölfin
<style type="text/css">
<!--
body {
scrollbar-face-color: #FF8000;
scrollbar-track-color: #840000;
scrollbar-3dlight-color: #FFFF75;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #840000;
scrollbar-arrow-color: #FFFF00;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #999999}
-->
</style>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0"><meta name="ProgId" content="FrontPage.Editor.Document">
<title>%titel%</title>
<style type="text/css">
A:ACTIVE.navi,A:link.navi,
A:VISITED.navi{ Color: #4682B4;Text-Decoration: none;}
A:Hover.navi{ Color:#FF0000;Text-Decoration: underline;}<BR><u></u></style>
</head>
<body onLoad="Start()" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF" style="background-image:url(Desilink); background-repeat:no-repeat">
<table border="0" width="60%" cellspacing="0" cellpadding="0" height="100">
<tr>
<td width="100%" align="left"></td>
</tr>
</table><table border="0" width="100%" cellspacing="0" cellpadding="5">
<tr>
<td width="8%"><div style="width:300; height: 450; margin-left:1; margin-right:1; margin-top:60; overflow: auto">
<font size="2" face="Verdana">%navigation_V%</font>
</div></td>
<td width="60%" valign="top" align="center">
<div style="width:670; height:520; margin-top:100; margin-left:5; margin-right:5; overflow: auto">
<font size="2" face="Verdana"> %content%</font></div></td><td width="40%" valign="top" align="left">

</p>
</td>
</tr>
</table>
</body>

</html>



So sieht bei mri der code aus den ich immer vür oyla nehmen, das so Festt geschrieben ist, ist die Farbe vom Navi, in deinem Code find ich net so die steht xD