[CSS] Was stimmt am Tabellen CSS nicht?

endless
Hey.

Ich habe ein Problem. I-wie funktioniert mein Tabellen-css nicht. es sollte nichts besonderes sein, ein einfacher rahmen in der farbe #A19587. doch i-wie ist immer noch dieser 'Standart' Rahmen.ausserdem ist die schrift in der tabelle rießig unglücklich

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:
BODY 
	{	
color: #A19587;
cursor: crosshair;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
font-color: #9F9282;

#nav li.first ul#tabellen { display: block; }
.Stil1 {
	font: verdana;
}

table.fixed { width: 450px; table-layout: fixed; border-collapse: collapse; }
table.fixed td { border: 1px solid #9F9282; padding: 2px; background: #F7F3F2; }
table.fixed th { border: 1px solid #9F9282; padding: 2px; background: #F7F3F2; color: white; vertical-align: left;}



background-attachment: auto;
scrollbar-face-color: #F7F3F2t;
scrollbar-highlight-color: #F7F3F2;
scrollbar-3dlight-color: #F7F3F2;
scrollbar-darkshadow-color: #F7F3F2;
scrollbar-shadow-color: #F7F3F2;
scrollbar-arrow-color: #9F9282;
scrollbar-track-color: #F7F3F2;
 }

	}
background-position: left;
background-repeat: no-repeat;
background-color: #F7F3F2; }
A:hover {cursor:crosshair; }
A:link {color: #9F9282; }
A:visited {color: #9F9282; }
A:hover {color: #9F9282; }
A:active {color: #9F9282; }



_negel
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
<!--
. NAME { 
font-family: Schriftart; 
font-size: Schriftgröße;  
color: Schriftfarbe; 
background-color: Hintergrundfarbe;  
border-color: #A19587;
}
-->


Probier den Code mal aus Augenzwinkern
Musst ggf noch paar Dinge individuell ergänzen.
endless
hey. danke, aber i-wie ist die tabelle jetzt transparent und die schrift ist noch immer so groß. aber evtl liegts ja dran wie ich das class zeugs eingefügt habe? ich habs nähmlich so gemacht:

<td class="tabelle">
<table>
<tbody>
TABELLENZEUGSBLABLABLA
</tbody>
</table>
</td class>
endless
Hey, danke smile Aber i-was mach ich noch immer falsch unglücklich beim css hab ich es genau so wie du gesagt hast und bei der tabelle habe ich es auch so gemacht, wirkung zeigt es ja auch i-wie, denn die schriftgröße passt ja, aber hg und rand sind transparent unglücklich
endless
okay, also hier der css 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:
66:
67:
68:
69:
70:
71:
72:
73:
74:
BODY 
	{	
color: #A19587;
cursor: crosshair;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
font-color: #9F9282;

<!--
.tabelle { 
font-family: Verdana; 
font-size: 11px;  
color: #C9B9A2; 
background-color: #E4D3BF;  
border-color: #C9B9A2;
}
-->



background-attachment: auto;
scrollbar-face-color: #F7F3F2t;
scrollbar-highlight-color: #F7F3F2;
scrollbar-3dlight-color: #F7F3F2;
scrollbar-darkshadow-color: #F7F3F2;
scrollbar-shadow-color: #F7F3F2;
scrollbar-arrow-color: #9F9282;
scrollbar-track-color: #F7F3F2;
 }

	}
background-position: left;
background-repeat: no-repeat;
background-color: #F7F3F2; }
A:hover {cursor:crosshair; }
A:link {color: #9F9282; }
A:visited {color: #9F9282; }
A:hover {color: #9F9282; }
A:active {color: #9F9282; }

textarea { 
font-size: 8pt; 
font-family: Verdana; 
color:#9F9282;
background-color:#F7F3F2; 
}
.box { 
color:#9F9282; 
font-family:Verdana; 
font-size:8 pt; 
background-color:#F7F3F2; 
border:1px dotted #9F9282; 
border-left-width:4px; 
border-right-width:1px; 
border-top-width:1px; 
border-bottom-width: 1px; 
padding:8px;}
}
h1{ 
display: block; 
text-align: POSITION; 
font-family: verdana; 
FONT-SIZE: 8pt; 
COLOR: #9F9282; 
font-weight: bold; 
background-color:#F7F3F2; 
line-height: 8pt; 
text-decoration: none; 
border-bottom: 1px ; 
}




und der code vom impressum wo auch die tabelle drin ist:

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:
<html>
<head>
  <title></title>
<link rel="stylesheet" href="style.css">

</head>
<body> 
<p text align="center"><b><u>Impressum</b></u><br><br>
<td class="tabelle"> 
    <tr>
      <td><u><b>Autor</u></b></td><br>
    </tr>
    <tr>
      <td>Patricia Schwärzler<br>
Ahornweg 12<br>
3638 Yspertal<br><br>

<u>Kontaktmöglichkeiten</u><br><br>
ICQ: 360-842-177<br> E-Mail: patricia.schwaerzler@gmx.at<br><br> © liegt bei Patricia Schwärzler</td><br><br>
    </tr>
    <tr>
      <td><u><b>Technische Daten</u></b></td><br>
    </tr>
    <tr>
      <td><u>Webspace:</u> www.funpic.de <br>
<u>FTP: </u>FileZilla<br>
 </td>
    </tr>
</table>
<br><br>
<u><b> Es handelt sich bei dieser Website um eine nicht kommerzielle private Website. </u></b><br><br>

<b><u> Haftungsausschluss</b></u> <br><br>
Mit dem Urteil vom 12. Mail 1998 hat das Landgericht Hamburg entschieden, dass man durch die Ausbringung eines Links die Inhalte der gelinkten Seite ggf. mit zu verantworten hat. Dies kann - so das LG - nur dadurch verhindert werden, dass man sich ausdrücklich von diesen Inhalten distanziert.
Hier mit distanziere ich mich ausdrücklich von den Inhalten aller gelinkten Seiten auf meiner Homepage.<br><br>

<b><u>Wichtige Information zu dieser Homepage</b></u><br><br>


Bei diesem Onlineangebot handelt es sich um ein <b>kostenloses virtuelles Pferdespiel.</b> Ich betreibe dieses<b> nicht zu gewerblichen Zwecken.</b> Alle Angaben zu Pferden, Gegenständen und Orten <b>sind frei erfunden.</b> Es besteht <b>kein Anspruch </b>auf virtuell gekaufte Gegenstände, Geld oder Pferde.



</body>
</html>



und im anhang noch n screen
endless
thx smile leider ist das problem damit nicht gelöst unglücklich
endless
danke, jedoch ist das jetzt wieder so wie ganz früher, also tabelle ist immer noch transparent& die schrift ist riesig...unglücklich
endless
danke. jetzt ist wenigstens die schriftgröße usw passend. doch leider seh ich immer noch keinen rahmen unglücklich
endless
huch, danke, es geht großes Grinsen danke <3
mir muss man ja auch alles vorkauen -.-

ne kleine frage noch: das ist jetzt alles etwas schmal, wie mach ich das imm css breiter? mit

whith: 70%;

oder anders?
endless
dankschönsmile
Tigerlilly
Auf Wunsch geschlossen.