Gunnar Bittersmann: table-Attribute nicht ausgewertet?

Beitrag lesen

Hello out there!

Dir ist noch nicht ganz klar, dass Attribute in HTML etwas völlig anderes sind als Eigenschaften in CSS.

div#Inhalt table {
[…]
frame: box;
rules: groups;
}

Es gibt 'frames' und 'rules' als Attribute in HTML [HTML401 §11.3.1] Es gibt aber keine solche CSS-Eigenschaften.

Mit CSS erreichst du das Gewünschte, indem du die 'border'-Eigenschaft für 'thead', 'tfoot' und 'tbody' angibst. Das dafür nötige Rahmenmodell hast du ja schon. [CSS2 §17.6]

See ya up the road,
Gunnar

--
„Und [dieses Forum] soll […] auch ein Fachforum bleiben und kein Psychologieforum werden.“ (Kirsten Evers)