Tabellencss in Css |
|
Wie kann ich in meine CSS Datei ein Tabellencss reintun, bzw. wie soll das Tabellencss aussehen, damit es bei Mozilla und IE funktioniert und ich die Tabellen so (in der CSS Datei) gestalten kann?
lg
|
|
02.07.2006 18:08 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
|
03.07.2006 17:06 |
|
|
_-PinkPunker-_

alone in kyoto
 

Dabei seit: 20.05.2006
Beiträge: 739
Herkunft: österrike
 |
|
Aber klar doch
td {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}
Das geht mit table, tablea und tr genauso.
Hoffe es hilft dir.Allerdings weiß ich nicht,wie man da die bgcolor einstellen kann,würd ich aber gern wissen.xD
__________________
|
|
03.07.2006 17:08 |
|
|
Grünes Kamel

Mitglied
 
Dabei seit: 01.07.2006
Beiträge: 298
Themenstarter
 |
|
Es geht leider nicht, bzw. die Tabelle wird nicht angezeigt...
Was mache ich falsch?
Mein CSS sieht so aus:
[QUOTE]body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #EDEFDA; background-image:url(main.jpg);background-repeat:no-repeat;
background-attachment:fixed; padding:0px; cursor:;
scrollbar-face-color: #EDEFDA;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #EDEFDA;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #EDEFDA;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #EDEFDA;
}
A:link, A:active, A:visited {color: #000000; font-size: 8pt; text-decoration: none;}
A:hover {color: #000000; font-size: 8pt; text-decoration: none; position: relative; top: 1px; left: 1px;}
B {font-family: verdana; color: #000000;
td {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}
table {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}
tr {
font-family: verdana;
text-align: center;
color: #000000;
font-size: 10px;
}QUOTE]
Was ist falsch? Danke viel Mals für die Hilfe!
|
|
03.07.2006 17:16 |
|
|
_-PinkPunker-_

alone in kyoto
 

Dabei seit: 20.05.2006
Beiträge: 739
Herkunft: österrike
 |
|
Wenn das große B da für Background stet,dann versteh ich,warum die Tabelle ned angezeigt wird ^^ ;D
__________________
|
|
03.07.2006 17:22 |
|
|
|
Impressum
|