Martin: Ramenlose Tabelle nur mir CSS

Beitrag lesen

hallo,
was muss ich tun um eine völlig abstands/rahmenlose tabelle in css zu definieren?
ich habe folgende css für meine tabelle:

cell-padding:0px;
 border-spacing:0px;
 padding : 0px 0px 0px 0px;
 margin : 0px 0px 0px 0px;
 border-style : none none none none;
 border-width : 0px 0px 0px 0px;

es wird trotzdem noch ein rahmen zwischen den einzelnen tds dargestellt obwohl ich bei den tds die selben border/padding etc werte habe.
wenn ich im table-tag  cellspacing="0" cellpadding="0" hinzufüge wird es so dargestellt wie ich es mir vorstelle.
könnt ihr mir einen tipp geben?
martin