Sicuramente, come al solito, non vedo qualcosa che è 1 ca##ta...

Cmq ho qst css
codice:
/*Corpo*/
body,html {
height:100%;
padding:5px;
margin:0px;
color:#333;
background-color:#808080;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11;
font-weight:bold;
}
A{
text-decoration:none;
color:#FFFFFF;
cursor:pointer;
}
IMG{
border-style:none;
}
/*Fine Corpo*/

/*Layout di pagina*/
#container {
width:80%;
height:100%;
border: 2px dashed #c0c0c0; 
margin:auto;
padding:5px;
}
#testa{
height:10%;
padding:5px;
background-color:#FFFFFF;
margin:auto;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11;
font-weight:bold;
}
#spalla_sx{
float:left;
width:15%;
height:100%;
background-color:#000000;
padding:0px;
margin:0px;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11;
font-weight:bold;
}
#spalla_dx{
float:right;
width:15%;
height:100%;
background-color:#000000;
padding:0px;
margin:0px;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11;
font-weight:bold;
}
#corpo{
height:100%;
padding:0;
background-color:#FF9900;
margin:auto;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11;
font-weight:bold;
}
#footer{
height:2%;
padding:5px;
background-color:#FFFFFF;
text-align:center;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11;
font-weight:bold;
}
Che vorrei applicare a qst codice:
codice:
<!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>
<link rel=stylesheet href="css/layout.css" type="text/css">
</head>
<body>
<div id="container">
  <div id="testa">TESTATA</div>
  <div id="spalla_sx">SPALLA SX</div>
  <div id="spalla_dx">SPALLA DX</div>
  <div id="corpo">CORPO</div>
  <div id="footer">FOOTER</div>
</div>
</body>
</html>
Con IE tutto OK !!!
Con gli altri (mozzilla, firefox, ecc..) non capisco xkè il contenuto esce fuori da "container"


Se c'è un oculista potreebbe curarmi la miopia ???
:bubu: