Este es el codigo de la prueba pero no consigo nada
Código:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
<style>
body {
margin:0px;
padding:0px;
}
#container {
width:100%;
padding:0px;
text-align:center;
}
#iz {
width:auto;
background-color:#00FFFF;
float:left;
}
#centro {
width:770px;
height:50px;
float:left;
background-color:#FFFF99
}
#dr {
width:auto;
background-color:#00FFFF;
float:right;
}
</style>
</head>
<body leftmargin="0" topmargin="0" s>
<div id="container">
<div id="iz">
</div>
<div id="centro">
</div>
<div id="dr">
</div>
</div>
</body>
</html>
Sugerencias??