Skip to content
WJunction - Webmaster Forum

[vBulletin] Background Image

Status
Not open for further replies.
Does Someone Knows ho to add a background image in vbulletin 3.8.4.

i tried several codes in CSS style of body but dowsnt work
 

5 comments

from vb.org

Open your css of your style and scroll to where you see "Body (Customized in this Style)" it will be the first box that you see for the css definitions. Now in the box that says "Extra CSS Attributes" place the background code you want to use like this:

background-image: url(images/background.jpg);
background-attachment:fixed;

Be sure to change the images/background.jpg to your correct path where your image for your background was uploaded & give the correct file name for the background. You may have to use a full URL it would look something like this:

background-image: url(http://www.yoursite.com/images/background.jpg);
background-attachment:fixed;
 
Status
Not open for further replies.

About the author

A
Active Member · Joined
34
Messages
0
Reactions
6
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom