Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8211609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:29:01+00:00 2026-06-07T10:29:01+00:00

I have a question…I have my header class like this .header{ background-color:#626262; width:250px; height:745px;

  • 0

I have a question…I have my header class like this

.header{
    background-color:#626262;
    width:250px;
    height:745px;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

inside this class I have these classes…

.logo{
    background-color:#626262;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    color:#FFF;
    font-size:28px;
    padding-top:125px;
    margin-left:20px;
}

.navigation{
    background-color:#626262;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    color:#FFF;
    margin-left:20px;
    text-align:left;
    margin-bottom: 125px;
}

.navigation ul{
    list-style:none;
    padding-left:0;
    padding-top:35px;
}

.navigation ul li{
    padding-bottom:20px;
    font-size:24px;
}

.navigation li a{
    color:#FFF;
    text-decoration:none;
}

.social{
    width:100%;
    font-size:18px;
    height: 50px;
    line-height: 72px;
    padding-right: 10px;
}

.social ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 8px;
}

.social li {
    float: left;
}

.social ul .facebook a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background-image: url(http://jamessuske.com/karl/images/facebook.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right:65px;
}

.social ul .facebook a:hover {
    background-image: url(http://jamessuske.com/karl/images/facebook_hover.png);
}

.social ul .twitter a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background-image: url(http://jamessuske.com/karl/images/twitter.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right:70px;
}

.social ul .twitter a:hover {
    background-image: url(http://jamessuske.com/karl/images/twitter_hover.png);
}

.social ul .pinterest a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background-image: url(http://jamessuske.com/karl/images/pinterest.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right:70px;
}

.social ul .pinterest a:hover {
    background-image: url(http://jamessuske.com/karl/images/pinterest_hover.png);
}

And those layers are faded to the opacity of 0.4….my question is how do I get those over layers not to be faded with opacity of 0.4? I hope this makes sense…an example of this would be at http://www.yourthirdeye.ca/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T10:29:02+00:00Added an answer on June 7, 2026 at 10:29 am

    If it’s just for a partially transparent background, you can use rgba(), like this:

    .header{
        background-color: #626262;
        background-color: rgba(98, 98, 98, 0.4);
        width:250px;
        height:745px;
    }
    

    This won’t work in older browsers (e.g. IE8 and earlier), so that’s why the background-color is set twice – the first is a fallback.

    There are also some css tricks that you can use – but they have drawbacks. If the above solution works for you, I’d go with that.

    If not, these links should get you started:

    http://css-tricks.com/non-transparent-elements-inside-transparent-elements/

    http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question regarding inheritance in Java. If I have this base class
I have question regarding width and height of Plots. If we have multiple plots
I have question about parsing in Html helper : I have sth like: @foreach
I have question. I have some app on facebook and getting this error Fatal
I have question regarding the SQLAlchemy. How can I add into my mapped class
I have question concerning a function I created. I would like to show the
I have question with this same title here but now as I'll present in
I have question regarding polymorphism about its assignment statement, for Example this is The
ok i have question, i made this code to play axmediaplayer base on item
I have question regarding macros. How could I cast through macro a template class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.