Fixed Background

April 13th, 2009
| Tags: fixed background
Tutorial Description:
Tutorial Description:
Learn how to add a background image that doesn’t move when a page is scrolled.
Add the following code to your style [CSS] file.
body
{
background-image: url("/background.gif");
background-attachment: fixed
}
Leave a comment
| Trackback

