MyBB Community Forums

Full Version: CSS part - help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i redisigned the forum, it's a Sports Forum.

i've puted opacity in the content, but i don't want where is white to be invisible.

#content {
	background-color: #31651C;
	width: 1000px;
	margin: auto auto;
        border: 1px solid black;
        opacity:0.75;
}

Here's a pic, u will know what i mean
[attachment=23378]
Use firefox's plugin called "firebug" which is a web development tool and you can view what css you need to change. Depending on the theme it is hard to say what you have to alter to achieve your transparency.

Get firebug here
If you see, in right (in browser) the're is a bug, called Firebug Smile

Nevermind, i removed the opacity, and changed the backround with a picture, similar to a transparent one.