il mio codice è questo
codice:
body {
background-color: #FFFFFF;
text-align: center;
margin: 0px;
padding: 0px;
height: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
#box {
background-color: #FFFFFF;
background-image:url(../3colonne.png);
background-repeat:repeat-y;
text-align: left;
width: 768px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 100%;
}{
ma il problema persiste il codice delle 3 colonne è
codice:
#left {
background-color: #00CC00;
float: left;
width: 130px;
height: 100%;
margin: 0px;
}
#middle {
background-color: #FFFFFF;
width: 508px;
float: left;
height: 100%;
margin: 0px;
}
#right {
background-color: #00CC00;
float: right;
width: 130px;
height: 100%;
margin: 0px;
}
nessuna idea su quale sia il problema?