Log in

View Full Version : Need help with Static (Fixed) Backrounds here you go! 4.0.2


Pepcfreak
03-25-2010, 06:30 PM
Goto Style Manager and Edit Template

CSS Templates -> Vbulletin.css

Now look for

html {

background:{vb:stylevar doc_background};

}


and make it look like

html {

background:{vb:stylevar doc_background};
background-attachment:fixed;

}


simple enough to make a static backround. Maybe this will be entered into the stylesvar section in a patch. Pretty handy though.

Mercio
04-05-2010, 08:24 PM
A true god amung men!