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

muchas gracias, pero ahora me encuentro con que el IE lo alinea a la izquierda que es lo que quiero pero en cambio el mozilla no,
¿que he poner para que el fierfox lo reconozca?


<!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: 100%;
height: 100%;
text-align: left;
}
#web {
margin: 0pt auto;
padding: 0pt;
width: 750px;
height: 100%;
position: relative;
text-align: left;
}
#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%;

}
#content { border: 0pt none ;
margin: 0pt;
padding: 0pt;
width: 450px;
background-color: rgb(0, 153, 0);
height: 20%;
float: left;
}
</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>