Problèmes dimensions boutons variable avec browser
Bonjour à tous,
en cours de développement d'une application web, je rencontre actuellement un problème de cross-browsing concernant l'affichage de simples boutons html entre les navigateurs firefox 1.0 et IE 6.0.
Plus explicitement :
--> sous firefox pas de problème :
http://vanauseba.free.fr/JAVA/buttons_FF.JPG
--> par contre sous ie 8O :
http://vanauseba.free.fr/JAVA/buttons_IE.JPG
Voici le code source du tableau contenant les 3 boutons :
Code:
1 2 3 4 5 6 7 8 9 10 11
| <table width="100%" border="0">
<tr>
<td width="6%"> </td>
<td width="25%"><input name="_eventId_addPhPers" value="<spring:message code="2#3#AddRNRNBisPerson"/>" type="submit"/></td>
<td width="6%"> </td>
<td width="25%"><input name="_eventId_addMoralPers" value="<spring:message code="2#3#AddBCEPerson"/>" type="submit"/></td>
<td width="6%"> </td>
<td width="25%"><input name="_eventId_addNonResidentPers" value="<spring:message code="2#3#AddNRPerson"/>" type="submit"/></td>
<td width="6%"> </td>
</tr>
</table> |
Merci de me tenir informé si vous avez déjà été confronté à ce problème. :roll: