[HTML] Schriftfarbe des Menüs ändern

Lillyli
Hallo.
Ich habe folgendes Problem:
Das Menü will nicht die Farbe annehmen, die es haben soll :/
Die Farbe soll #364F36 sein, so steht es auch im Code, aber auf der Homepage hat es 'ne andere Farbe ...
Hier 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:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
<html>
                                                                                                                           <head>
                                                                                                                           <title>Gestüt Wesenberg</title> 
                                                                                                                           <style type="text/css">
                                                                                                                           <!--
                                                                                                                           body {
                                                                                                                           scrollbar-face-color: #82A180;
                                                                                                                           scrollbar-highlight-color: #809F80;
                                                                                                                           scrollbar-3dlight-color: #82A180;
                                                                                                                           scrollbar-darkshadow-color: #82A180;
                                                                                                                           scrollbar-shadow-color: #809F80;
                                                                                                                           scrollbar-arrow-color: #809F80;
                                                                                                                           scrollbar-track-color: #82A180;
                                                                                                                           }
                                                                                                                           a:link {
                                                                                                                           color: #82A180;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:visited {color: #82A180;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:active {color: #809F80;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:hover {color: #809F80;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           -->
                                                                                                                           </style>
                                                                                                                           </head>
                                                                                                                           
                                                                                                                           <body bgcolor="#809F80" topmargin="0" leftmargin="0">
                                                                                                                           
                                                                                                                           <!-- Start Design -->
                                                                                                                           <img border="0" 

src="http://www.repage1.de/memberdata/vrh-wesenberg/Wesenberg_design.jpg" scroll="no" bgproperties="fixed"
                                                                                                                           align ="left" style ="position: absolute; top: 0; left: 0">
                                                                                                                           <!-- End Design -->
                                                                                                                           
                                                                                                                           <!-- Start Content -->
                                                                                                                           <div style="overflow: auto; position: absolute; width: 450px; height: 

470px; left: 180px; top: 200px">
                                                                                                                           <span style="font-family:Verdana; font-size:10px; 

color:#364F36">%%CONTENT%%</span>

                                                                                                                           </div>
                                                                                                                           <!-- End Content -->
                                                                                                                           
                                                                                                                           <!-- Start Navigation -->
                                                                                                                           <div style="overflow: auto; position: absolute; width: 185px; height: 

390px; left: 666px; top: 200px">
                                                                                                                           <span style="font-family:Verdana; font-size:10px; 

color:#364F36"><b>.Navigation. </b><br><br>%%MENU%%</span>
                                                                                                                           </div>
                                                                                                                           <!-- End Navigation -->
       
                                                                                                                                  
                                                                                                                           </body>
                                                                                                                           </html>


Danke im vorraus für Tipps Augenzwinkern
lg lilly
Lillyli
Hab ich probiert und auch die Farbe angegeben, allerdings wird es dann schwarz ... verwirrt

edit: fehler gefunden!
Leolinchen
Ich hab das gleiche Problem bei Oyla.
beispiel:
http://kraass.oyla14.de
Menüfarbe -.-
Kann mir jemand dabei helfen?
WuLana
Bei oyla kannst du das menü nicht färben sorry
~moony~
Zitat:
Original von Lillyli
Das Menü will nicht die Farbe annehmen, die es haben soll :/


Schriftfarbe oder HG farbe ?
Alex96
bei oyla.de und bei repage.de kan man den text von : Main, Navi und Newsbox ein stellen(welche sie sein soll(auser wen es den farb codenich gibtsmile )) ich könnte es nocheinmal coden...wen du willst
Schatti
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
                                                                                                                           a:link {
                                                                                                                           color: #82A180;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:visited {color: #82A180;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:active {color: #809F80;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:hover {color: #809F80;
                                                                                                                           text-decoration:none;



Da muss ma eben die gewüsnchte Hexwerte rein machen welche Fabe das Menü haben möchte und das geht bei oyla und repage.
Leolinchen
Zitat:
Original von Sarah-00
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
                                                                                                                           a:link {
                                                                                                                           color: #82A180;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:visited {color: #82A180;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:active {color: #809F80;
                                                                                                                           text-decoration:none;
                                                                                                                           }
                                                                                                                           a:hover {color: #809F80;
                                                                                                                           text-decoration:none;



Da muss ma eben die gewüsnchte Hexwerte rein machen welche Fabe das Menü haben möchte und das geht bei oyla und repage.

Wo soll ich das denn dann einfügen?
Schatti
????
Du hast diesen Grund code. Und da ist das schon mit drinne ;-). Einfach dort nut die Hexwerte ändern so wie du es haben möchtest. Dan geht das. (Das ist der code was du ganz oben drinne hast)