Tema: Fondo
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/08/2003, 00:30
Avatar de guaton69
guaton69
 
Fecha de Ingreso: septiembre-2002
Ubicación: Santiago - Chile
Mensajes: 330
Antigüedad: 21 años, 7 meses
Puntos: 0
si quieres que el fondo quede fijo y que solamente el texto se mueva aqui el codigo ; esto es css
<!-- Colocar entre <head> y </head> -->
<style>
body {
background: url(imagenes/fondo.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>

adios y salu2