Print Page | Close Window

Opacity showing through

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Skins
Forum Description: Skins to beable to change the look of Web Wiz Forums on your own site.
URL: https://forums.webwiz.net/forum_posts.asp?TID=27061
Printed Date: 28 March 2026 at 7:15am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Opacity showing through
Posted By: wellard
Subject: Opacity showing through
Date Posted: 03 March 2009 at 6:36pm
Hi all,
My name is Wellard, I am am very new to web+forum design.
I have made a new skin for my forum. The only trouble is when Someone goes to post a reply, the background image still shows through. I would like to make the post box to a solid black. Does anyone have any ideas as to what code to change in the css_default skin.
Cheers.


-------------
Oh well of to the Cosmos



Replies:
Posted By: 123Simples
Date Posted: 03 March 2009 at 7:23pm
Perhaps if you provide a link to your forum wellard others will be able to see the skin, and what you mean too

-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design


Posted By: wellard
Date Posted: 03 March 2009 at 7:31pm
Mr TWS you are absouloutley right.
Sorry folk's.
http://publishmyworld.co.uk/forum/default.asp" rel="nofollow - http://publishmyworld.co.uk/forum/default.asp

Pick dark side skin and join please. When you go to post you will see what I mean.
Thanks Mr TWS


-------------
Oh well of to the Cosmos


Posted By: 123Simples
Date Posted: 05 March 2009 at 11:59am
Might have the answer for you wellard:

Open up the css file that your skin is using, and see where it says this:
Quote
.RTEtextarea{
   background-color: #FFFFFF;
   color: #000000;
   margin: 2px;
}

.RTEmouseOver{
   background-color: #FFFFFF;
   color: #000000;
}


Just add in these lines after that bit

/*Start TWS Mod*/
.WebWizRTEtextarea {
 font-size: .75em;
 font-family: Verdana,Arial;
 color: #FFFFFF;
 background-color: #000000;
}
/*End TWS Mod*/

Of course its not a mod, but I only used that so I could find the lines again later LOL


-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design


Posted By: wellard
Date Posted: 05 March 2009 at 1:50pm
Thanks mate, but it did not work

-------------
Oh well of to the Cosmos


Posted By: Scotty32
Date Posted: 05 March 2009 at 3:01pm
The problem is:

opacity:0.70;
filter:alpha(opacity=70);

This is applied to the body (aka the whole page).

I havent played with opacity much, but i dont think you can fix this, as the RTE box is inheriting this opacity too.

only way is to modify it to apply it to tables, and give the reply box a new name and not give that table the opacity.


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: 123Simples
Date Posted: 06 March 2009 at 2:06pm
Or remove the opacity lines that Scotty quoted and that should also solve the problem with the text box

-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net