Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/09/2008, 16:35
Avatar de rcarcamonster
rcarcamonster
Moderador
 
Fecha de Ingreso: enero-2008
Ubicación: Chile
Mensajes: 1.940
Antigüedad: 16 años, 3 meses
Puntos: 108
Pregunta Respuesta: Ancho de la Plantilla

muchas gracias pero,
la primera parte del codigo es esta:
Código HTML:
/*layout CSS */
body {
text-align:center; /*center hack*/
width:990px;
padding:0;
margin:0;
}

#wrapper {
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}

.width_800{
max-width:780px;
width:780px;
}

.width_1024{
min-width:910px;
max-width:1000px;
width:auto !important;
width:1000px;
}

.width_fluid{
min-width:910px;
max-width:97%;
width:auto!important;
width:97%;
}
Puse el auto en la primera parte, pero no funciono..
que debo hacer?
__________________
Tucango - Desarrollo web