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.

Adding Opacity...

4 posters

Go down

Solved Adding Opacity...

Post by doomuser5 February 3rd 2010, 10:30 pm

My forum is http://ruyukscape.com/

If you noticed, I have a pretty nice background. But the problem is it does not go to well with the white on the forum. I don't know how to explain it but if you visit my site and look you will see what I mean.
I was wondering if someone could tell me what that certain white part is and how do I make it opace so you can see through it to the background? Thanks!


Last edited by doomuser5 on February 4th 2010, 2:28 pm; edited 1 time in total
doomuser5
doomuser5
Forumember

Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adding Opacity...

Post by Jake Blues February 4th 2010, 1:01 am

I cant think of the exact code but Im pretty sure with a custom CSS you could do that
Jake Blues
Jake Blues
Forumember

Posts : 102
Reputation : 0
Language : English

http://phoenix-etclan.com

Back to top Go down

Solved Re: Adding Opacity...

Post by doomuser5 February 4th 2010, 9:19 am

Could you at least give me the name of that white place? Cause I don't know what to edit in the custom CSS zone because I don't know what that is called. :/
doomuser5
doomuser5
Forumember

Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adding Opacity...

Post by AA February 4th 2010, 9:52 am

Hi
add this in your CSS (work only with mozilla)
Code:
body {
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
}
change the same valor..
50
0,50
0.50
0.50
AA
AA
Forumember

Posts : 46
Reputation : 1
Language : eng /fr

Back to top Go down

Solved Re: Adding Opacity...

Post by doomuser5 February 4th 2010, 10:50 am

Thanks mate! (Works in Safari too!)

But I still have one more problem, I don't want my banner to be opace as well. What code do I use to not make my banner opace as well?
doomuser5
doomuser5
Forumember

Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adding Opacity...

Post by AA February 4th 2010, 11:48 am

hello
not sure its work try this


Code:
#i_logo {
filter:alpha(opacity=50);
-moz-opacity:0.5;opacity: 0.5;
}

and when you past hover header

Code:
#i_logo:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}

possible to change valor.
AA
AA
Forumember

Posts : 46
Reputation : 1
Language : eng /fr

Back to top Go down

Solved Re: Adding Opacity...

Post by doomuser5 February 4th 2010, 2:27 pm

Thanks mate. The second one is not necessary, but I live it regardless. Also, it's still opace, the logo, but it's ok. I was hoping it wouldn't be at all but I am good now.
doomuser5
doomuser5
Forumember

Posts : 27
Reputation : 0
Language : English

Back to top Go down

Solved Re: Adding Opacity...

Post by Sanket February 4th 2010, 4:54 pm

Since this thread is marked solved, I will lock this thread.
Adding Opacity... 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