Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/12/2008, 06:18
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 7 meses
Puntos: 59
Respuesta: Hacer un background de fondo que no se mueva

Para que el fondo quede fijo:
Código html:
Ver original
  1. <style type="text/css">
  2. body {
  3. background: url (tu-imagen.jpg);
  4. background-attachment: fixed;
  5. }
  6. </head>
Saludos
__________________
· No contesto por M.P.