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?