Ver Mensaje Individual
  #10 (permalink)  
Antiguo 18/10/2009, 04:31
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: 3 columnas CSS

Lo siento, no te había entendido. Lo hago sobre el ejemplo de GidHarvey, que no es correcto:
Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es">
<head>
<title>ejemplo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
* { margin:0; padding:0;}
html, body {height: 100%;}
#content {width: 950px;
margin: 0 auto;
height: 100%;
}
#content #col1, #content #col2, #content #col3{ float: left;
height: 100%;
}
#content #col1 {width: 316px;
background-color: #216378;
}
#content #col2 {width: 316px;
background-color: #FC0;
}
#content #col3 {width: 316.7px;
background-color: #9C0;
}
</style>
</head>
<body>
<div id="content">
<div id="col1"></div>
<div id="col2"></div>
<div id="col3"></div>
</div>
</body>
</html>
__________________
Visita mi nueva web idplus.org