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.
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.