body opacity
4 posters
Page 1 of 1
body opacity
On my forum I'm using the code below to make the forum semi transparent, is there a code I can use that will exclude the background of posts from being transparent? I want the background of the posts at full opacity 1.0 so it has a solid background with no transparency so the posts are easier to read.
thanks, I use phpbb3
thanks, I use phpbb3
- Code:
body {
opacity:0.93;
filter:alpha(opacity=93);
}
Last edited by runawayhorses on August 9th 2012, 10:54 pm; edited 1 time in total
Re: body opacity
This is one of the annoying things about opacity. All children of the element receive the same opacity.
The posts, being inside the body, will stay transparent. Setting the posts opacity will not change it.
I know, sucks.
You'd have to make a DIV covering the entire page, set its z-index to stack it at the bottom ,and then make that transparent.
The posts, being inside the body, will stay transparent. Setting the posts opacity will not change it.
I know, sucks.
You'd have to make a DIV covering the entire page, set its z-index to stack it at the bottom ,and then make that transparent.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: body opacity
to easy, default your CSS..
and start to your creation
and start to your creation
ralqis- Forumember
- Posts : 31
Reputation : 0
Language : Indonesian
Location : Depok City
Re: body opacity
OK thanks LG. Its not really bad as you can see the opacity is only at 0.93 and the posts are still very readable, but I wanted to just eliminate the opacity altogether in the posts. If I had it at 0.6 it would certainly be a problem and I'd have to remove the opacity code altogether.LGforum wrote:This is one of the annoying things about opacity. All children of the element receive the same opacity.
The posts, being inside the body, will stay transparent. Setting the posts opacity will not change it.
I know, sucks.
You'd have to make a DIV covering the entire page, set its z-index to stack it at the bottom ,and then make that transparent.
I'll just leave it as is. thanks again LG.
@ ralqis You make no sense whatsoever.
Re: body opacity
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Low opacity and higher opacity when mouse hover
» IMG Opacity - CSS
» css for post body ipb
» [HELP] Body Problems
» Banner opacity style ?
» IMG Opacity - CSS
» css for post body ipb
» [HELP] Body Problems
» Banner opacity style ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum