To create a fixed background image that won't scroll with the browser, copy and paste this scrumptious bit of Nyum-nyum code into your style sheet...
body{
background-image:url(path to your image);
background-repeat:no-repeat;
background-attachment:fixed;
}
No comments:
Post a Comment