Paul: Höhe eines td

Beitrag lesen

Hallo!

Im FireFox wird folgendes td größer als die angegebenen 7px gezeichnet. Das darin liegende Bild bekommt aber die 7px (trotz 100%). Kann man das td nicht unter eine bestimmte Größe zusammendrücken?

       <table cellspacing="0" cellpadding="0">  
         <tr>  
            <td style="border-color:#000000; border-style:solid; border-width:1px; height:7px; width:140px; ">  
                <img src="mein_1x1_px_Bild.gif" style="width:100%; height:100%;" alt="" title="color" />  
            </td>  
            <td style="font-size:12px;">  
                 test  
	     	    </td>  
          </tr>  
        </table>

Paul