PDA

View Full Version : Background Image stationary, main body scrolls


doobiefillin
12-12-2007, 03:32 PM
i was searching around on the net and i came across several websites that have background images that take up the whole screen and when you click on them they go to a website as an ad. how can i incorporate this into vbulletin? thanks

example:

http://www.glamzilla.com

doobiefillin
12-17-2007, 02:55 AM
i want something like the above website if anyone knows how to do it i would appreciate it much. thanks

--------------- Added 1197933543 at 1197933543 ---------------

bump, i think i need to make a php script or something but i'm not sure.

doobiefillin
12-19-2007, 01:09 AM
i tried tinkering around with Frames, however im not sure how i can incorporate frames in vbulletin...

southernlady
12-21-2007, 07:00 AM
Actually, it's very simple.

First, find a jpg/gif (png are too big) of a size big enough to not scroll for most monitors. Minimum of 1024x768 but 1280x1024 is better. Make sure that is loaded into the style's misc folder that you are planning on using.
Then go to your Syle Manager> All Style Options>Body (Customized in this Style)>Background and put in this code: url(images/your style/misc/name of graphic.jpg); background-repeat: repeat; background-attachment: fixed}
You can also use this code if you do not want the image to repeat:
url(images/your style/misc/name of graphic.jpg) no-repeat fixed

It works. I promise. I use it on mine. Liz