Décalage input sous firefox
Bonjour, voila le code:
Code:
1 2 3 4 5 6 7 8 9
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<input type="text" style="height:28px;border:1px solid #000;" value="" /><input type="submit" style="height:32px;border:1px solid #000;" value="Valider" />
</body>
</html> |
Le boutton valider par au dessus de l'input text sous firefox et pas sur les autres navigateur. Merci de m'aider à corrigé ça.