Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/01/2009, 20:34
Avatar de Julcar
Julcar
 
Fecha de Ingreso: noviembre-2007
Ubicación: C:\inetpub\wwwroot\Guayaquil
Mensajes: 1.507
Antigüedad: 16 años, 4 meses
Puntos: 54
Respuesta: Maquetación con capas se ve mal en firefox

Código:
body {
background:rgb(209,180,127) url(imagenes/marmoleado.jpg) fixed;
text-align:center;
padding:10px 0px 10px 0px;
}

div#global {
border:1px solid rgb(101,113,163);
width:900px;
margin:auto;
background-color:rgb(255,255,255);
position:relative;
}

div#lateral-izquierda {
width:150px;
float:left;
padding-left:15px;
text-align:center;
}

div#lateral-derecha {
width:150px;
float:right;
padding-right:15px;
text-align:center;
}

div#contenido {
float:left;
width:530px;
text-align:justify;
padding:0px 20px 0px 20px;
}

div#pie {
width:900px;
float:left;
margin-bottom:15px;
}

div#menu-inferior {
padding-top:10px;
font:normal 80% sans-serif;
color:rgb(255,0,0);
}

div#enlaces-inferior {
font:normal 70% sans-serif;
color:rgb(255,0,0);
margin-bottom:8px;
}
__________________
Linux no es el único S.O. libre, conoce a ReactOS el Windows Libre!
"Si mis respuestas te dan la calma, espárceme un poco de karma"

Última edición por Julcar; 21/01/2009 a las 20:42