Originariamente inviato da Dave-Z
codice:
			body{
				margin: 0px;
				text-align: center;
			}
			div#container{
				width: 600px;
				height: 100%;
				margin: auto;
				text-align: center;
			}
			div.sx{
				width: 200px;
				height: 100%;
				background: orange;
				float: left;
			}
			div.center{
				width: 200px;
				height: 100%;
				background: black;
				float: left;
			}
			div.dx{
				width: 200px;
				height: 100%;
				background: yellow;
				float: left;
			}
così funziona!!!


a me non funziona.....