![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/06/2005, 13:57
|
![Avatar de baccxus](http://static.forosdelweb.com/customavatars/avatar103125_1.gif) | | | Fecha de Ingreso: mayo-2005 Ubicación: Panama city, Panama, Panama
Mensajes: 870
Antigüedad: 19 años, 8 meses Puntos: 17 | |
este es un esquema básico que me funciona de maravilla:
#encabezado {
position:relative;
width:100%;
height:115px;
z-index:1;
}
#navegacion {
position:relative;
width:20%;
z-index:2;
float:left;
}
#contenido {
position:relative;
width:80%;
z-index:3;
float:right;
}
#pie_de_pagina {
position:relative;
width:100%;
height:25px;
z-index:4;
}
__________________ Al final del día hablar es gratis, codificar no lo es |