MyBB Community Forums

Full Version: Background No Repeat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i get the background to not repeat its self?
body{
background-repeat: no-repeat;
}

In global.css
Thank you, it worked perfectly.

Edit: How do i get the background not move when i scroll down?

Thank you.
(2010-02-02, 12:38 PM)Devilson Wrote: [ -> ]Thank you, it worked perfectly.

Edit: How do i get the background not move when i scroll down?

Thank you.

background-attachment: fixed;

Without being funny, you're already on the internet, search google! Also you've posted this in the wrong section
I have searched google and i cant find any good tutorials for making mybb themes, And im sorry about posting in the wrong section.
(2010-02-02, 04:54 PM)Devilson Wrote: [ -> ]I have searched google and i cant find any good tutorials for making mybb themes, And im sorry about posting in the wrong section.

It's basic CSS (also called style sheets).
I will say that if you had searched almost your exact question you would have found the same answer on google Wink
I got it in html but i didn't think it would work in css.