Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/12/2006, 11:36
Operadormail
 
Fecha de Ingreso: junio-2003
Mensajes: 778
Antigüedad: 20 años, 10 meses
Puntos: 1
Re: 2 columnas dinámicas y 1 fija

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&iacute;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">&nbsp;
	</div>
	<div id="centro">&nbsp;
	</div>
	<div id="dr">&nbsp;
	</div>
</div>
</body>
</html>
Sugerencias??