MyBB Community Forums

Full Version: Transparent Page Container?!?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is there any whay that i can make my Page Container transparent?

I'd tried to use:
background: transparent;
background-color: #000000;

but its not working....

Any help please?
well transparent means that it should have the same color of the page background, for example here it is grey, so the background shouldn;t be neither black nor transparent. set it the same color as the the background of the board

background-color: #CCCCCC;

regards
My bad, i badly formed the question...Smile

I ment to say , can i lower opacity on Page Container?

If you want to get the exact color of the background,
There is a program that I use called, "Hex Color Finder 3.0"
Just drag the eye dropper onto the color you want, and it gives you the color in hex.

http://www.tucows.com/get/240092_96302

_ISR_m3rc_
LOL, no Big Grin, thx anyway....

read the post above your's....
well no i dont think opacity can be changed this simple Big Grin ! i mean i dont know any css code that decrease the opacity of a certain background color

however i found a way using styles, but it gives this result have a look at it. i need to revert the cutomzation back.

regards
Accualy its possible, i managed it with adding:
opacity: .5;
filter: alpha(opacity=50);

but doing that all Page Container is "transparent" including tables and everything else.....

Do you have any IM so i can show you live?!? Smile


If you wanted to make it transparent all you needed was background: transparent

You don't need the background-color attribute.
As I mentioned before:

VandaL Wrote:My bad, i badly formed the question...Smile

I ment to say , can i lower opacity on Page Container?


I dont need it to be fully transparent, i need it to be partial transparent like 50-70% visible....

but, im closer. I'we put:
background: #000000;
[color=red]background: transparent;[/color]
border: 0px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-color: #C2C2C2;

Now i have to figure our with what to replace "trasparent;" code

thx for help Chris.....Big Grin
Pages: 1 2