html
codice:
<body>
<div id="container">
<div id="barra">
barra
</div>
<div id="sele">
<iframe src="left.asp" width="150" name="leftFrame" ></iframe>
<iframe src="dettaglio.asp" width="600" name="mainFrame" ></iframe>
</div>
<div id="footer"></div>
</div>
</body>
e dal css
codice:
div#container{
width: 750px;
margin: 0 auto;
text-align: left;
border: solid 1px #000000;
margin-top: 15px;
border: solid 1px #000000;
height: 100%;
}
div#barra{
width: 100%;
background-image: url(../img/Home/barra.gif);
background-position: top;
background-repeat: repeat-x;
}
....
iframe {
height: 80%;
}