Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/07/2010, 07:55
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años, 1 mes
Puntos: 15
consejo sobre mi css.

hola quiciera saber que opina de este trozo de css que tengo para una web es el BODY y el contenedor.

Código:
BODY {
font-family:sans-serif;
font-size:smaller;
background-color:#000;
float:left;
max-width:1280px;
min-height:858px;
min-width:1024px;
max-height:1224px;
background-repeat:repeat-y;


}

#contenedor {
width:1280px;
height:100%;
float:left;
max-width:1280px;
min-height:858px;
min-width:1024px;
max-height:1224px;
background-image:url("images/mclaren.jpg");
margin-left: auto;
margin-right: auto;
}

saludos