The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

50% Transparency For The Forum?

3 posters

Go down

Solved 50% Transparency For The Forum?

Post by GG2012 April 29th 2010, 1:00 pm

How can I give some transparency to the forum? Right now it's completely 100% transparent, but I want to make it maybe 50% transparent so the background can still be seen. It's a PunBB, heres a pic of it.


Also, if you notice on the 2nd photo, the whole right column goes missing sometimes and ends up at the bottom underneath the middle column. How can I prevent that from happening?


Last edited by GG2012 on May 2nd 2010, 4:16 pm; edited 2 times in total
GG2012
GG2012
Forumember

Female Posts : 128
Reputation : 0
Language : english

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by mex2 April 29th 2010, 3:07 pm

Find this part of css:

Code:
.pun {

and add this:
Code:
background-color: #000;
opacity: 0.5;

just change background-color you want...
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by GG2012 April 30th 2010, 12:05 pm

Yes the color was able to fill in, but still no opacity. I tried playing with the opacity number as well. This was what I had typed:


Code:
.pun {
background-color: #000;
opacity: 0.5;
}
GG2012
GG2012
Forumember

Female Posts : 128
Reputation : 0
Language : english

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by GG2012 May 2nd 2010, 5:21 am

Did I paste this correctly? Because the color worked, but the opacity did not work:

Code:
.pun {
background-color: #000;
opacity: 0.5;
}


I also tried changing the opacity numbers and still nothing. Only a solidcolor still....
GG2012
GG2012
Forumember

Female Posts : 128
Reputation : 0
Language : english

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by mex2 May 2nd 2010, 10:21 am

add this code because I can see u are using IE browser.

Code:
.pun {
background-color: #000;
opacity: 0.5;
filter: alpha(opacity = 50);
}
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by GG2012 May 2nd 2010, 11:38 am

I tried the code:
Code:
.pun {
background-color: #000;
opacity: 0.5;
filter: alpha(opacity = 50);
}


And it made the entire board with transparency


The previous code is where I want the black color to be:
Code:
.pun {
background-color: #000;
opacity: 0.5;
}

with the opacity where the solid black color is... it's getting closer....


Last edited by GG2012 on May 2nd 2010, 4:16 pm; edited 1 time in total
GG2012
GG2012
Forumember

Female Posts : 128
Reputation : 0
Language : english

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by mex2 May 2nd 2010, 11:49 am

Then simply use this code Smile

Code:
.pun {
background-color: transparent;
background-image: url(http://i43.tinypic.com/34g9cep.png);
background-repeat: repeat;
}
mex2
mex2
Forumember

Posts : 177
Reputation : 1
Language : English

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by GG2012 May 2nd 2010, 4:10 pm

thanks. it worked!
GG2012
GG2012
Forumember

Female Posts : 128
Reputation : 0
Language : english

Back to top Go down

Solved Re: 50% Transparency For The Forum?

Post by Sanket May 2nd 2010, 4:30 pm

Since this thread is marked solved, I will lock this thread.
50% Transparency For The Forum? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum