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 7740021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:40:07+00:00 2026-06-01T08:40:07+00:00

I want to achieve this using html and css: I have tried to set

  • 0

I want to achieve this using html and css:

schema

I have tried to set the opacity of the container to 0.3 and the box to 1, but it doesn’t work: both divs have 0.3 opacity.

jsFiddle of my try here

The effect I am trying to achive is a popup box that comes on top of the page. It is highlighted by fading the content below (by lowering the opacity).

  • 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-01T08:40:08+00:00Added an answer on June 1, 2026 at 8:40 am

    As far as I know you can’t do it in a simple way. There a couple of options here:

    1. Use absolute positioning to position box "inside" the container.

      #container {
          opacity: 0.3;
          background-color: #777788;
          position: absolute;
          top: 100px;
          left: 100px;
          height: 150px;
          width: 300px;
      }
      #box {
          opacity: 1;
          background-color: #ffffff;
          position: absolute;
          top: 110px;
          left: 110px;
          height: 130px;
          width: 270px;
      }
      <div id="container"></div>
      <div id="box">
          <p>Something in here</p>
      </div>
    2. Use Javascript – almost the same as above, but position and size don’t have to be hardcoded.

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

Sidebar

Related Questions

I want to have the same functionality of select in HTML but using div
I Want to have only unique values in a SharePoin List. To achieve this
Again I have a question regarding this plugin: http://t.wits.sg/2008/06/20/jquery-progress-bar-11/ What I want to achieve
I've fixed image size. And I want to achieve rounded corners through html/css. Options
I have an input running in an HTML page. I'm using jQuery UI.I want
I have some code in HTML and CSS where HTML looks like this: <div
I am trying to achieve an effect in HTML + CSS like this _____________________[
With Django models, I want to achieve this: class Foo(models.Model): name = models.CharField(max_length=50) #wrapping
How do I reversably slow a PC with XP? I want to achieve this
What I want to achieve is this. I want to give the user the

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.