Tabellen-Hintergrund

Status
Nicht offen für weitere Antworten.

Dolphon

Erfahrenes Mitglied
Ich habe folgenden css Datei:

PHP:
<!--
body {background-color: #A8B9D1;}
.table1 {  font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #4DBAE6; font-size: xx-small; color: #000000; text-decoration: none}



.input1 { font-size: 10px; width: 96px; height: 20px; background-color: #4199B5; color: #FFFFFF; margin-left: 10px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px }
.input2 { color: #FFFFFF; font-size: 10px; width: 96px; height: 20px; background-color: #4199B5; margin-left: 5px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px }
.input3 { width: 90px; background-color: #4DBAE6 }
.input4 { width: 90px; background-color: #4DBAE6 }
.links_tab1 a:link, a:visited, a:active{ font-family: Times New Roman; font-weight: bold; font-size: 12pt; color:#990000; background-color: #4199B5; text-decoration:underline;}
.links_tab2 a:link, a:visited, a:active{ font-family: Times New Roman; font-weight: bold; font-size: 12pt; color: #990000; background-color: #4199B5; text-decoration:underline; }
.links_tab3 a:link, a:visited, a:active{ font-family: Times New Roman; font-weight: bold; font-size: 12pt; color: #990000; background-color: #4199B5; text-decoration:underline; }
.links_tab4 { COLOR: #990000; font-weight: bold; font-size:10px; background-color: #4199B5 }
.tabelenhin { background-color: #4199B5;}
.news { }
.ecke2 { background-image: url('../images/ecke_2.jpg'); background-repeat: repeat-y; background-position: 100% 50%; }
.ecke3 { background-image: url('../images/ecke_3.jpg'); background-repeat: repeat-y; background-position: 100% 50% }
.ecke16 { background-image: url('images/ecke_16.jpg'); background-repeat: repeat-x; background-position: 100% 50% }
.buttonnewsletter {color: #990000; background-color: #4DBAE6; border-style: solid; border-color: #000000}



}

-->
und hier ist die Seite welche Problem macht:

Klick

Es geht mir um die linke Tabelle. Dort wird die Hintergrund farbe nicht richtig angezeigt, und ich finde den Fehler nicht.
 
So wie ich das in dem Tabellenkonstrukt überblicke, fehlt entweder im Stylesheet die Klasse .links_tab1 mit der gewünschten Hintergrundfarbe für die Tabelle, oder es muß für die übergeordnete Tabelle die Hintergrundfarbe definiert werden.
 
Du musst die Tabelle auch einer Klasse zuordnen oder die Stylesheet-Regel entsprechend anpassen.
 
Status
Nicht offen für weitere Antworten.
Zurück