author
q9design@squatterz.com
keywords
floating-background
location
creativez/floating-background/
Here's the pastebox code for a floating background.
This example also sets the background color to black and the text color to yellow.
<style>
#wbx-body
{
background-color: black;
color: yellow;
background-image: url('http://dl7.glitter-graphics.net/pub/714/714167gmr8t5y6tu.jpg');
background-position: center;
background-attachment: fixed;
background-repeat:no-repeat;
}
</style>