Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/09/2009, 13:28
Avatar de jomaruro
jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 9 meses
Puntos: 361
Respuesta: FF no repite background-image, IE sí...

Hola:

Cita:
Iniciado por Lorelopez Ver Mensaje
body {
background-image:url(../images/1.jpg);
font-family: Georgia, "Times New Roman", sans-serif;
color: black;
font-weight: normal;
font-style: normal;
font-size: 16px;
}
Lo que te dice visitante28 lo puedes, también, añadir así:

Código:
body {
background-image:url(../images/1.jpg) repeat-y;
font-family: Georgia, "Times New Roman", sans-serif;
color: black;
font-weight: normal;
font-style: normal;
font-size: 16px;
}