Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/01/2002, 12:51
Avatar de DanielRey
DanielRey
Usuario no validado
 
Fecha de Ingreso: enero-2001
Ubicación: Mendoza
Mensajes: 630
Antigüedad: 23 años, 2 meses
Puntos: 1
Re: Fondo Fijo Irrepetible

Hola Paco Ortiz Lozano :)

Probá cpn styles:

<html>
<head>
<title>Page</title>
<style>
BODY { background: url(backgrd.gif) gray no-repeat fixed bottom left }
</Style>
</head>
etcétera

Para más explicación sobre CSS, ver:
http://www.w3.org/TR/REC-CSS1

Suerte :)