come faccio a far sì che le bande verdi siano lunghe tutta la pagina?
Codice PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Documento senza titolo</title>
<style>
body {
font-size: .8em;
}
#uno {
background-color: #0000FF;
width: 100%;
}
#due {
background-color: #00FF00;
width: 15%;
float: left;
height: auto;
}
#tre {
background-color: #0000FF;
width: 70%;
margin-left: 15%;
margin-right: 15%;
text-align: justify;
}
#quattro {
background-color: #00FF00;
width: 15%;
float: right;
}
#cinque {
width: 100%;
color: #FFF;
text-align: center;
background-color: #FF0000;
clear:both;
}
</style>
</head>
<body>
<div id="uno">
<div id="due"></div>
<div id="tre">
Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues. It va esser tam simplic quam Occidental: in fact, it va esser Occidental. A un Angleso it va semblar un simplificat Angles, quam un skeptic Cambridge amico dit me que Occidental es.
</p>
</div>
<div id="quattro"></div>
<div id="cinque">Footer</div>
</div>
</body>
</html>
grazie mille