Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/02/2007, 15:08
tocalasam
 
Fecha de Ingreso: julio-2003
Ubicación: Barcelona
Mensajes: 142
Antigüedad: 20 años, 9 meses
Puntos: 1
Re: problema 3 columnas

quero hacer lo mismo pero con 3 columnas de tamañao fijo 150px/450px/150px

¿que hago mal??



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Web</title>
<style type="text/css">
* { border: 0pt none ;
margin: 0pt;
padding: 0pt;
}
html, body { width: 750px;
}
#web { border: 0pt none ;
margin: 0pt;
padding: 0pt;


}
#back_left { border: 0pt none ;
margin: 0pt;
padding: 0pt;
height: 20%;
float: left;
background-color: rgb(255, 0, 0);
width: 150px;
}
#back_right { border: 0pt none ;
margin: 0pt;
padding: 0pt;
float: right;
background-color: rgb(255, 0, 0);
height: 20%;
width: 150px;
}
#content { border: 0pt none ;
margin: 0pt;
padding: 0pt;
height: 450px;
background-color: rgb(0, 153, 0);
}
</style>
</head>
<body>
<div id="web">
<div id="back_left"> <!-- #include file='../banner_LILA.htm' --> </div>
<div id="back_right"><!-- #include file='../faqs_home.asp' --> </div>
<div id="content"><!-- #include file='../home_center_1.asp' --></div>
</div>
</body>
</html>