[html] insertion d 1 image dans une cellule avec taille en %
	
	
		voilà mon code :
	Citation:
	
		
		
			                            <table border="0" cellpadding="0" cellspacing="0" width="100%">
                              
                                <tr> 
                                  <td background="accueil_fichiers/conspiracy_42.jpg" width="11"><img src="accueil_fichiers/conspiracy_42.jpg" alt="" height="8" width="11"></td>
                                  <td bgcolor="#ffffff" align="center">
                                      <p align="center"><font color="#000000"><img src="http://herissonniere.free.fr/fra/site/ferme_pommiers.jpg" width="45%" height="45%"></font></p>
                                    </td>
                                  <td background="accueil_fichiers/conspiracy_45.jpg" width="11"><img src="accueil_fichiers/conspiracy_45.jpg" alt="" height="1" width="11"></td>
                                </tr>
                              
                            </table>
			
		
	
 ce code marche tres bien sous firefox, avec le redimensionnement,mais sous iexplore y a pas moyen de voir l image ( et encore moins le 50 %!! )
si je ne mets pas width="45%" height="45%", y a aucun souci, l image s affiche, mais moi je veux redimensionner mes images en fonction de la taille de l'écran du visiteur ...
donc si quelqu'un a une idée, je l'en serait reconnaissant ^_^
Merci ^_^