Quote:
Originally Posted by Chaos Residue
What CSS file am I supposed to be editing? I edited vbulletin.css and changed it from the default:
Code:
background:{vb:stylevar doc_background};
to this:
Code:
background:{vb:stylevar doc_background};
{position:absolute};
{height:100%};
{width: 100%};
{margin:0};
{padding: 0};
Nothing seemed to change. Did I edit the wrong code? Or did I just do it incorrectly?
|
You wrote it wrong. Did you look at the link I linked to on how to write the CSS? you can't use the stylevar doc_background and then go try to change the background property in the same declaration like that.