Questa semplice porzione di sito:
<!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>
<link href="stili.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="corpo">
<div id="testa">

Inserire qui il contenuto per id "testa cxcx cxcx xcxc xcxcx cxcxc xcxcxc xcxcx xcxc
</div>
</div>
</body>
</html>

stile applicato:

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.7em;
margin-left: 10%;
margin-right: 10%;
background-color: #CEE7FF;
}

/*----------------------------------corpo----------------*/
#corpo {
padding: 0;
border: 1px solid #004080;
background-color: White;
position: relative;
}

/*----------------------------------testa----------------*/
#testa {
position: relative;
width: 99%;
margin: 2%;

}

Con firefox opera e netscape vedo la pagina in un modo, penso quello corretto, mentre con ie la vedo in maniera divera... è da poco che ho deciso di abbandonare le tabelle... che casino....!!!!