Quote:
Originally Posted by Drocr
Where do I add
body {background-attachment:fixed}
to make the background still
|
that body thing isnt correct
go to style manager and then select edit templates (for the style you want to have a static bg)
then search for CSS templates double click on it. Search for Vbulletin.css and add the following to the HTML attribute
background-attachment: fixed;
if you have done this correct it should look like this:
Code:
html {
background:{vb:stylevar doc_background};
background-attachment:fixed;
<vb:if condition="is_browser('opera') && $stylevar['textdirection'] == 'rtl'">
overflow-x: hidden;
</vb:if>
}