MyBB Community Forums

Full Version: Lock background image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway I can lock the background image. My site is basically like this one. How the forum is in the center and smaller and there is a background image. I want to make it so it dosent move like this site. Please help.
The background of this forum is tiled so it looks like it doesn't move. However, you can lock the background by going to your CSS and changing the body background to no-repeat
(2010-10-25, 04:19 PM)E-Hero Kyle Wrote: [ -> ]The background of this forum is tiled so it looks like it doesn't move. However, you can lock the background by going to your CSS and changing the body background to no-repeat

Can you give a detailed tutorial there please, I just started I dont know much.
ACP >> Templates & Style >> *yourtheme* >> global.css

Select body from the dropdown box and add this to the box on the right:
background-attachment: fixed;