Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
need help with board wrapper; backround and image codes
Topic Started: Jul 16 2008, 01:19 PM (528 Views)
XIII ways to die
Member
 *  
i someone could please give me the backround code
for the board wrapper.

and add the scroll down code where the page stays still too please
Offline Profile Quote Post Goto Top
 
Codes Rock
Member Avatar
Member
 *   *   *   *  
If you look in your Cascading Style Sheet, there is a line that has a BODY, find that and you would add the following:

To change the background color, change the hex color code as you desire:
Code:
 
background-color:#999999;


To add an image as your background, place the URL address of the image in this line:
Code:
 
background-image: url(http://i4.ifrm.com/1532/45/upload/*******.gif);


To "freeze" the background, where it doesn't move as the page is scrolled, add this:
Code:
 
background-attachment: fixed


Simple to do and it should look like this when done:

Code:
 
body {
background-color:#999999;
background-image: url(http://i4.ifrm.com/1532/45/upload/*******.gif);
background-attachment: fixed;
........ whatever else you have


Hope this helps.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards - Skinning & Code Support · Next Topic »
Add Reply