23/02/2007, 17:35
|
| | Fecha de Ingreso: julio-2003 Ubicación: Barcelona
Mensajes: 142
Antigüedad: 21 años, 3 meses Puntos: 1 | |
Re: problema 3 columnas no hay manera, IE me alinea el content debajo de la columna izquierda, en cambio en firefox la parte de arriba se ve ok, pero el footer me lo coloca donde empieza el content.
<!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;
background-color: #ffffff;
}
#web {
padding: 0pt;
width: 750px;
height: 100%;
position: relative;
text-align: left;
}
#header, #footer { width: 100%;
height: 40px;
text-align: left;
background-color: rgb(51, 102, 255);
}
#back_left { border: 0pt none ;
margin: 0pt;
padding: 0pt;
height: 20%;
float: left;
background-color: white;
width: 150px;
}
#content { border: 0pt none ;
margin: 0pt;
padding: 0pt;
width: 450px;
background-color: white;
height: 20%;
float: left;
}
#back_right { border: 0pt none ;
margin: 0pt;
padding: 0pt;
float: right;
background-color: white;
height: 20%;
width: 150px;
}
#footer {
background-color: rgb(0, 0, 153);
text-align: left;
clear: both;
}
</style>
</head>
<body>
<div id="web">
<div id="header"><!-- #include file='../top_edirol.htm' --></div>
<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_5.asp' --></div>
<div id="footer"><!-- #include file='../footer.htm' --></div>
</div>
¿que hago mal? |