Ciao
rispetto a ieri e' un po' cambiato....ma il risultato rimane lo stesso...le colonne laterali non crescono...
grazie
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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
html, body {
height: 100%;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
}
#container {
position: relative;
min-height: 100%;
height: 100%;
width: 760px;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
margin-left: auto;
margin-right: auto;
}
html>body #container {
height: auto;
}
#header {
width: 760px;
height: 100px;
top: 0;
background-image: url(immagini/sf_top_rosso.gif);
background-repeat: no-repeat;
}
#menu{
width: 760;
height: 23px;
top: 100;
background-image: url(immagini/sf_menu_azzurro.gif);
background-repeat: repeat-x;
padding:3px;
}
#colsx{
position:absolute;
width: 122px;
height: 100%;
top: 123px;
background-image: url(immagini/sf_sx.gif);
background-repeat: repeat-y;
padding:3px;
}
#coldx{
position: absolute;
width: 153px;
height: 100%;
top: 123px;
left: 607px;
background-image: url(immagini/sf_dx.gif);
background-repeat: repeat-y;
padding:3px;
}
</style>
</head>
<body>
<div id="container">
<div id="header"> </div>
<div id="menu" class="testo">Menù</div>
<div id="colsx">colonna sinistra</div>
<div id="coldx">
colonna destra
</div>
</div>
</body>
</html>