Hola q tal tengo el body con un fondo de 364px de alto, y un ancho chiquito. lo que yo quiero es q se repita en horizontal nomas, por eso ultiizo repeat-x.
mi problema es q IE6 me lo pone estirado tooooodo a lo alto.
mi CSS es este
Código:
body {background-color:#ffffff;
background-image:url(../images/back.png);
height: 364px;
background-repeat:repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;}
gracias por la ayuda! es medio urgente :S