UNLEASHED YOUR CREATIVITY!
You'll need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Regards: FSMANIA Team
UNLEASHED YOUR CREATIVITY!
You'll need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Regards: FSMANIA Team
UNLEASHED YOUR CREATIVITY!
Would you like to react to this message? Create an account in a few clicks or log in to continue.

UNLEASHED YOUR CREATIVITY!


 
HomePortalGalleryPublicationsSearchLatest imagesRegisterLog in

 

Transparency trick

View previous topic View next topic Go down 
Author Message
[AKOSIAMICK]
VIP
Transparency trick Vip
[AKOSIAMICK]


Age : 27 Registration date : 2009-03-11 Number of posts : 60 Location : Job/hobbies : Humor :

Transparency trick Vide
PostSubject: Transparency trick   Transparency trick Icon_minitimeFri Mar 13, 2009 2:45 am

So since some of us guys using this code so that our background could be visible too, there is some trick that could also applies you.

Follow my instructions carefully.

First, if you have colored master boxes and you want it also as transparent jus simply change the hex color code in background color part.
for the hex colors jus simply go to google and search it.

btw, Second, you can also change the opacity on your own.
it could be either 30/5, 40/5, 50/5,60/5, 70/5 80/5, or 90.
100 opacity would result as a NORMAL one.

Quote :
/* Transparency Trick by Twisted Editors */
.controlpanel {
background-color: #ffffff;
filter:alpha(opacity=90);
-moz-opacity:0.9; opacity:0.9;;}
.commonbox {
background-color: #ffffff;
filter:alpha(opacity=90);
-moz-opacity:0.9; opacity:0.9;;}
.commonbox .evenrow {
background-color: #ffffff;
filter:alpha(opacity=90;);
-moz-opacity:0.9; opacity:0.9;; }

Save it in your css file/extension
Back to top Go down
PatRicK
Administrator
Transparency trick 2hovgwn
PatRicK

Male
Age : 27 Registration date : 2009-03-03 Number of posts : 52 Location : Tarlac Job/hobbies : Humor :

Transparency trick Vide
PostSubject: Re: Transparency trick   Transparency trick Icon_minitimeFri Mar 13, 2009 4:10 am

any preview??
Back to top Go down
http://profiles.friendster.com/70610066

Transparency trick

View previous topic View next topic Back to top 
Page 1 of 1
Friendster Mania Members
Follow the rules of this forum!

Permissions in this forum: You cannot reply to topics in this forum
UNLEASHED YOUR CREATIVITY! :: FSMANIA DESIGN AND DEVELOPMENT :: CASCADING STYLE SHEETS -