MikeC: Table formatierung

Beitrag lesen

hi leute,
ich habe ein table was 3 spalten hat (20px,40,px,20px) - in jeder spalte kommt ein bild (png) mit gleicher größe was mit 80px ein gesamtbild ergibt. css für table verwende ich:

  
table {  
 border: 0px;  
 border-width: 0px;  
 border-collapse:collapse;  
 border-spacing: 0px;  
 border-style:none;  
 padding: 0px;  
 margin: 0px;  
}  

Nur leider ist immer zwischen den Bildern ein px platz so dass sich kein gesamtbild ergibt (IE). was muss ich in meiner style.css eintragen?? Ohne css datei würde ich einfach :
<table width="80" cellpadding="0px" cellspacing="0">
eintragen und es geht - mit css-datei bekomme ich das einfach nicht hin ;-) Echt Kakke

Gruss Mike