ho risolto così:
html
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="master3.css" type="text/css" />
<title>::. settima onda strict .::</title>
</head>
<body>
<div id="container">
<div id="fascia"></div>
<div id="secondo">
<div id="terzo">testo bla bla
</div>
</div>
</div>
</div>
</body>
</html>
CSS
codice:
body, html {
background-color : #A3B2CC;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0px;
border: 0px;
padding: 0px;
height: 100%;
weight:100%;
}
}
#container {
padding: 0 0 0 0;
margin: auto;
border: solid 0px #000;
height:100%;
width:100%;
}
#fascia{
position: absolute;
top:50%;
bottom:50%;
width: 100%;
height:390px;
margin: -195px 0 0 0;
}
#secondo{
border:solid 0px;
position:absolute;
top:50%;
left:266px;
width:280px;
height:390px;
margin: -194px 0 0 0;
}
#terzo{
position: absolute;
margin: 0px 0 0 280px;
width:300px;
height:182px;
border:solid 0px
}
funziona su expolorer6, mozilla, opera e netscape 7
ciaU!