Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Transparency like in Wave theme

Asked Modified Viewed 3,571 times
K
Kot
K
Kot 10
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
asked
Junior Member

How can I set transparency for panels like in Ankur's Wave theme?
0 replies

3 posts

F
Falcon
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Like this:
.panel class
{
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}


Just edit the css.

Good luck!
0 replies
K
Kot
K
Kot 10
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
answered
Junior Member

OK sorry, I wasn't precise enough :) I didn't mean the whole panel, only background. When I set
background-color=#ff0000;

the background becomes red, but
background-color=#transparent;

doesn't work, neither does
background: transparent;

like it's in Ankur's code, I don't know why. It's probably magic :(
-------------------------
Edit: OK, I think I found the answer: there is another background under the one I edited and it's defined in probably main-body class. That's why transparency didn't work, it just showed the background for the background :/
Edited by Kot on 18-05-2012 19:44,
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

0 replies

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falcon 10
  • Member, joined since
  • Contributed 128 posts on the community forums.
  • Started 5 threads in the forums
K
K
Kot 10
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 11 threads in the forums
  • Started this discussions
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet