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

  • Home
  • SEARCH
  • 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 8203513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:35:04+00:00 2026-06-07T07:35:04+00:00

How is it possible to lay an iFrame that has a black background and

  • 0

How is it possible to lay an iFrame that has a black background and is slightly transparent on top of a html page so it kinda darkens the page.

I have this so far and its not working.

<iframe id="fade" src="fade.html" frameborder="No" style="FILTER: chroma(color=#000000)" allowtransparency="true">  
    <p>Your browser does not support iframes.</p>
</iframe>

fade.html

<html>
<body style="background:transparent">
</html> 
  • 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-07T07:35:05+00:00Added an answer on June 7, 2026 at 7:35 am

    If you just want to place a translucent box over some elements, try positioning a div with the right z-index and opacity properties:

    HTML

    ​<p>I sit in the background and get covered up by a box.</p>
    <div id="shade"></div>​​​​​​​​​​​​​​​​​​​​​​​​​​​
    

    CSS

    ​#shade {
        background-color: red;
        opacity: 0.7;
        position: absolute;
        top: 0px;
        left: 5px;
        width: 50px;
        height: 50px;
        z-index: 5;
    }
    p {
      position: absolute;
      z-index: 1;  
    }
    

    See an example on jsfiddle.

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

Sidebar

Related Questions

I have a page that contains the colorbox plugin and it also has an
Possible Duplicate: Split A4 PDF page into two A5 and back again I have
I would like to have sections of a site so the top menu is
Possible Duplicate: regex for URL including query string I have a text or message.
I have a MySQL table which contains a list of all possible products a
I have a namespace Company.UI.Forms where we have a form base class BaseForm that
Is this possible? Does anyone ever do this? I feel like I can lay
Possible Duplicate: Javascript library: to obfuscate or not to obfuscate - that is the
Possible Duplicate: Python urllib2 Progress Hook I have a script which uploads a file
Is there a way to just lay everything out in the best possible manner,

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.