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 Thu Aug 09, 2012 3:54 pm; edited 1 time in total