MyBB Community Forums

Full Version: Added background, Now I can't see it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so I just added a background into my forum (elementalmapping.com)

The thing is when I added it you can only see it at the top and the buttom because the forum is not transparent or see through at ALL

Is their a way to fix this?

This is what I have for my body


background: url("http://ssheltonimages.com/img/57/578/CoD_WaW_Custom_Zombie_Map_Auschwitz.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
You can modify background of your elements.

That would be #content, table, .trow, .trow2 or whatever you want.
For example in #content change all background properties to this:
background: rgba(71, 73, 77, 0.5);
Last value is opacity, first three RGB color.

That won't work for image background though, need more tricky workarounds for that.

EDIT: @down post, I gave you solution for that... You didn't even try it so can't help you further.
I mean I added a background to my forum

Now I need all the front of the forum to be transparent just enough to see the background

Any ideas?

To ur edit above I did try it and absolutely nothing changed, So no need to be rude