Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/08/2008, 23:19
Avatar de acoevil
acoevil
 
Fecha de Ingreso: julio-2008
Ubicación: localhost/colombia/sevillaValle.php
Mensajes: 1.123
Antigüedad: 15 años, 9 meses
Puntos: 32
Respuesta: Ayuda:- .::Graves Problemas con IE Y Firefox::.

hola quetal pues yo hago eso de esta manera
CODIGO CSS

Primero ps le colocoque color background... despues le coloque width en porcentaje para que se ajuste a la resolucion de la persona asi = con el height y el margin que es el exterior le coloco cualquier porcentaje y le doi auto de esta manera me centra esa capa donde yo quiera
de igual manera con el sgte contendor. espero te sirva. LLEVO 15 DIAS EN CSS :) POR ESTA RAZON SI CONOCES MEJORES METODOS PUEDES DECIRMELOS
#contenedor1
{
background:#666666;
width:80%;
height:100%;
margin:15px auto;
}
#contenedor233
{
background:#fff;
width:60%;
height:100%;
margin:10px auto;
}


CODIGO HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
<link href="ayudas.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="contenedor1"><div id="contenedor233">

</div></div>
</body>
</html>