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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:30:09+00:00 2026-05-20T20:30:09+00:00

As per screenshot below. I am pretty sure someone has done this before! =)

  • 0

As per screenshot below. I am pretty sure someone has done this before! =)

The circle is a bonus, would be very happy with a solution that allows highlighting of a given “div”

only part of the screen highlighted

  • 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-05-20T20:30:10+00:00Added an answer on May 20, 2026 at 8:30 pm

    See example of the following here →

    No need for a plugin. This can be accomplished with very little jQuery code, showing a blackout overlay with the selected div at a z-index above it:

    $('.expose').click(function(e){
        $(this).css('z-index','99999');
        $('#overlay').fadeIn(300);
    });
    
    $('#overlay').click(function(e){
        $('#overlay').fadeOut(300, function(){
            $('.expose').css('z-index','1');
        });
    });
    

    According to the following HTML & CSS… just add the expose class to any element you want isolated on click:

    <div class="expose">Some content</div>
    <textarea class="expose">Some content</textarea><br />
    <input type="text" class="expose" value="Some content" /><br />
    <div id="overlay"></div>
    
    .expose {
        position:relative;
    }
    
    #overlay {
        background:rgba(0,0,0,0.3);
        display:none;
        width:100%; height:100%;
        position:absolute; top:0; left:0; z-index:99998;
    }
    

    See example →

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

Sidebar

Related Questions

How fast in frames per second can an iphone 4s take screenshots? What would
Per this question (see comments near the bottom), I was wondering if anyone knows
Per the code below, I am getting the following message. I am fairly certain
This is kind of vague as the control has not been designed yet and
my question is, wether or not this is possible, and if so, how would
Per this helpful article I have confirmed I have a connection pool leak in
I'm capturing a screenshot image of a JFrame via a double buffering approach, per
I am trying to apply the same gradient as per the screen shot below
I've done a few searches on this subject but non of the solutions seem
This is a highly ambiguous question, as I am not even sure what I

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.