Ver Mensaje Individual
  #10 (permalink)  
Antiguo 23/09/2005, 09:05
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 2 meses
Puntos: 10
Hecho muy rapidamente y teniendo en cuenta que no soy un experto ni mucho menos...

Código:
<!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" xml:lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
html, body, #c1, #c2, #c3 { height: 100%; margin: 0; padding: 0;}
#c1, #c2, #c3 {  border: 1px solid red; }
#c1 { width: 150px;  float: left;}
#c2 { width: 150px; float: right;}
#c3 { border: 1px solid red;}
-->
</style>

</head>
<body>
  <div id="c1"></div>
  <div id="c2"></div>
  <div id="c3"></div>
</body>
</html>
__________________
oohh... quisiera ser godines!!!