Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Transparency (http://forum.bytesforall.com/showthread.php?t=12663)

Panda Feb 6, 2011 10:38 PM

Transparency
 
I am trying to make the background color transparent in the 'Style & Configure layout'.

I have tried this code:

Code:

background: #ffffff;
        alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        opacity: 0.5;

This code produces transparent background as I want for the containter, but it also produces transparent text, which I don't want. Is there another code that will make this background transparent, but not the text?

Do I have the code placed in the wrong section? If so, where should this code be placed?

kingmob Feb 6, 2011 11:17 PM

1 Attachment(s)
I have the
Code:

background: transparent;
into Layout Container Style and it works fine in chrome, firefox, IE.
or you can edit a picture (transparent png) to the alpha you want and place it as the background ;)
Attachment 1127


All times are GMT -6. The time now is 05:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.