Cita:
Iniciado por Nathan_1979 Pregunta
Teniendo el siguiente código:
Código PHP:
body {
background:url("rutaCorrecta.png")no-repeat 0 0;
}
¿Por qué no funciona en IE6* ?
¿Porque le falta el espacio entre la url y el no-repeat?
body {
background:url("rutaCorrecta.png") no-repeat 0 0;
}
Mikel.