Bonjour,
j'ai l'inpression que FF et IE n'intyerprète pas de la même façon la balise input
voici mon texte XHTML :
et voic le code css :
le souci c'est que sir IE : j'ai une marge à gauche alors que sur FF ke n'en n'ai pas.
et sur FF j'ai l'impression d'avoir un margin-top et margin bottom...
Comment faire pour rectifier tout cela?...
merci d'avance pour vos réponses.
j'ai l'inpression que FF et IE n'intyerprète pas de la même façon la balise input
voici mon texte XHTML :
<table width="5%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td rowspan="2" width="20%">
<input type="text" name="qtte" size=2 value="2">
</td>
<td width="43%"><img src="images/quantite_plus.gif" width="14" height="10"></td>
</tr>
<tr>
<td width="43%"><img src="images/quantite_moins.gif" width="14" height="10"></td>
</tr>
</table>
et voic le code css :
.quant
{
background-color: rgb(140,198,255);
width:110px;
padding-top:2px;
padding-bottom:2px;
text-align:center;
font-weight: bold;
margin-left:3px;
float:left;
}
le souci c'est que sir IE : j'ai une marge à gauche alors que sur FF ke n'en n'ai pas.
et sur FF j'ai l'impression d'avoir un margin-top et margin bottom...
Comment faire pour rectifier tout cela?...
merci d'avance pour vos réponses.