J Jacquey New Member โ 20 โ Impact 0 Sep 1, 2005 711 views 1 reply #1 How do I get the page background image to stay fixed when the page is scrolled? What technique would you suggest? __________________ Los Angeles Vehicle Accident Attorney Services
How do I get the page background image to stay fixed when the page is scrolled? What technique would you suggest? __________________ Los Angeles Vehicle Accident Attorney Services
Brian VIP Member VIP โ 20 โ Impact 34 Sep 1, 2005 #2 http://www.w3.org/TR/REC-CSS1#color-and-background-properties and try this for starters HTML: BODY { background: red url(pendant.gif); background-repeat: no-repeat; background-attachment: fixed; }
http://www.w3.org/TR/REC-CSS1#color-and-background-properties and try this for starters HTML: BODY { background: red url(pendant.gif); background-repeat: no-repeat; background-attachment: fixed; }