EnemyNSA
06-12-2009, 05:57 AM
Hello, I have a quick question regarding background images & VB.
Currently: http://www.fighting118th.com/ is a blog site, where we have a background image, but as you expand or contract the window, the blog stays in the center white area with the outside growing/shrinking.
I added: url(http://www.fighting118th.com/wp-content/themes/mimbo/images/background.jpg); background-repeat: no-repeat; background-attachment: fixed} to the Standard CSS in "BODY" in the Style Manager, but in VB the whole forum slides to the left when the screen gets smaller. The background stays the same though, so everything looks messed up.
How can I link the two, so the VB forum (set at 1000 pixels) stays in the center of the background image?
Thank you for your time!!
--------------- Added 1244791715 at 1244791715 ---------------
background-position: center;
Found it :) Never underestimate a google search.
Currently: http://www.fighting118th.com/ is a blog site, where we have a background image, but as you expand or contract the window, the blog stays in the center white area with the outside growing/shrinking.
I added: url(http://www.fighting118th.com/wp-content/themes/mimbo/images/background.jpg); background-repeat: no-repeat; background-attachment: fixed} to the Standard CSS in "BODY" in the Style Manager, but in VB the whole forum slides to the left when the screen gets smaller. The background stays the same though, so everything looks messed up.
How can I link the two, so the VB forum (set at 1000 pixels) stays in the center of the background image?
Thank you for your time!!
--------------- Added 1244791715 at 1244791715 ---------------
background-position: center;
Found it :) Never underestimate a google search.