Saturday, June 12, 2010

Fixed Background Image

In CSS:
background:#42021E url(images/bg.png) repeat-x;
background-attachment:fixed;
}

If you want to learn more about backgrounds, you can read up at w3chools.

No comments:

Post a Comment