WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Opacity Empty Opacity Tue Mar 30, 2010 12:01 pm

Russel

Russel
Moderator
Moderator
i have tried to change the background opacity of phpbb2 and 3 of the row using these codes

filter:alpha(opacity=90);
background-opacity:0.9;

but nothing happened. its not working.

https://www.twitter.com/russeltubo

2Opacity Empty Re: Opacity Tue Mar 30, 2010 3:09 pm

Sanket

Sanket
Administrator
Administrator
Code:
.bodyline {
  -khtml-opacity : 0.5;
  -moz-opacity : 0.5;
  filter : alpha(opacity=50);
  opacity : 0.5;
}

See if such a code works.

http://www.webartzforum.com

3Opacity Empty Re: Opacity Tue Mar 30, 2010 6:06 pm

ankillien

ankillien
Administrator
Administrator
Sanket's code is for phpBB2. Here is one for BB3...

Code:
#wrap {
  -khtml-opacity : 0.5;
  -moz-opacity : 0.5;
  filter : alpha(opacity=50);
  opacity : 0.5;
}

4Opacity Empty Re: Opacity Thu Apr 01, 2010 1:41 am

ze_chaofan

ze_chaofan
Registered Member
Registered Member
Hello...

I'm wondering...
Do you want to change all the table opacity, or only the background opacity ?

http://www.sos-forum.com/

5Opacity Empty Re: Opacity Tue Apr 13, 2010 3:11 pm

kw112233


Banned Member
Banned Member
Content Removed - zoids25

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Similar topics

-

» Opacity on roll over

Permissions in this forum:
You cannot reply to topics in this forum