war ich mal wieder zu schnell.
Vielen Dank
HTML-Code:
table#rose,
table#rose tr,
table#rose th,
table#rose td {
border: 1px solid blue;
text-align: center;
color: red;
}
mir fällt gerade auf, warum kann ich das nicht so schreiben?
HTML-Code:
#rose tr,
#rose th,
#rose td {
border:1px solid black;
border-collapse: collapse;
text-align: left;
font-size:11px; ;color:#fff;
}