Fixed Background

April 13th, 2009 | Tags:

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
}
No comments yet.
TOP