MudGuard: <col> formatieren

Beitrag lesen

Hi,

<col class="foo">
  <col class="bar">
.foo {
font-weight: bold;

font-weight ist nicht in (border, background, width, visibility) ==> does not apply

}
.bar {
color: red;

color ist nicht in (border, background, width, visibility) ==> does not apply

white-space: nowrap;

white-space ist nicht in (border, background, width, visibility) ==> does not apply

border: 1px solid red;

border ist zwar in (border, background, width, visibility), setzt aber border-collapse:collapse für die Tabelle voraus.

Siehe http://www.w3.org/TR/CSS21/tables.html#q4

cu,
Andreas

--
Warum nennt sich Andreas hier MudGuard?
O o ostern ...
Fachfragen unaufgefordert per E-Mail halte ich für unverschämt und werde entsprechende E-Mails nicht beantworten. Für Fachfragen ist das Forum da.