Salve a tutti,

posto il codice incriminato:

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento senza titolo</title>
<style type="text/css">
<!--
.cella {
color: #000000;
height: 10px;
background-color: #CCCCCC;
}
-->
</style>
</head>

<body>
<table width="823" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td class="cella">
<form action="indexnuovo.php" method="get" name="FormName1" target="_self">
precedente
<input type="submit" name="Submit" value="Invia" />
</form>
</td>
</tr>
</table>
</body>
</html>


dove vorrei che l'altezza della form si mantenesse a 10 px come imposto dal css "cella";
in firefox totto ok ma con I. EXPLORER l'altezza della form e' quasi il doppio dando un pessimo risultato estetico.

Chiedo aiuto, grazie.