You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Page background

This is a piece of CSS that allows you to put in your own background, it works on any website. Don't forget to put in your own picture. Attachment fixed will prevent your background from scrolling down along with the rest of your page. Can be placed anywhere.

Source code

1
2
3
4
5
6
7
8
9
<style type="text/css">
body, .imvucodes_net { 
background-image:url('PICLINK');
background-color:black;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
}
</style>

Similar threads

Rate this thread