Webwork
/
Big-Assed Backgrounds
The large jaws background image is centered, top with no-repeat and its attachment property is set to fixed which means it will not scroll with the rest of the content.
body {
background:#000000 url('babg2.jpg') no-repeat center top;
background-attachment: fixed;
}
octapus
Another example »


Previous | Webwork Table of Contents | Next >