Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/06/2005, 13:57
Avatar de baccxus
baccxus
 
Fecha de Ingreso: mayo-2005
Ubicación: Panama city, Panama, Panama
Mensajes: 870
Antigüedad: 18 años, 10 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