MyBB Community Forums

Full Version: Transparence on Throw1/2 dont work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey im currently working on my Forum: http://www.anthera.simple-creators.de/forum/index.php

I managed to get the container transparent but when i want to get Throw 1/2 or other T-parts transparent it didnt work.
I tried it with "rgba(0, 0, 0, 0.2);" to get a dark transparence. Second try with a transparent .png image but both didnt work as you can see if you check the Forum
.tborder {
    background: #333;
    width: 100%;
    margin: auto auto;
    border: 1px solid #333;
    padding: 1px;
}

Remove the background property and see what happens...
Magic Heart

thank you Smile