MyBB Community Forums

Full Version: Making a theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm making a theme but I want the background to be static when I scroll down the page, any ideas on how to do this?

Nevermind, problem solved with CSS: background-attachment: fixed;
Maybe u want to try using CSS...

Maybe at the Body..
background-attachment: fixed;
background-image: url(xxx.png);
background-repeat: no-repeat;
background-position: fixed;

For some of the codes, I am not sure if it will work..Maybe someone will check it.
Thanks already sorted it.

In the editor - which part is the attributes for where it says Forum, Posts, Threads etc beneath the category name?
it is table sub header Smile
Thanks.

I was editing that but it kept staying blue Sad

Sorted now though.