Ingo Turski: cellspacing im css

Beitrag lesen

Hi,

cellspacing, da hilft ein Blick in selfhtml: css -> css Eigenschaften -> Tabellenformatierung -> border-collapse bzw. border-spacing

nur daß das der IE noch nicht kennt...

bzw. nutze die margin Eigenschaft von td

"Applies to: all elements except elements with table display types other than table and inline-table" (http://www.w3.org/TR/2005/WD-CSS21-20050613/box.html#margin-properties)

Fazit: dank dem IE gibt es keinen CSS-Ersatz für cellspacing, aber dieses Attribut ist ja zum Glück nicht deprecated.

freundliche Grüße
Ingo