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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:20:29+00:00 2026-06-13T16:20:29+00:00

Would like to bring a single image to the front or on top of

  • 0

enter image description here

Would like to bring a single image to the front or on top of the page, when selected.

After searching, it seems there are many plug-ins that support this – but also have a lot of other functionality and overhead I don’t need (gallery, support for video, thumbnails, etc.)

Is it possible to just bring a single image on top with basic JavaScript, CSS, HTML and jQuery, specifically in FireFox?

Thank You.

(Please note*: This is an in house product, hence these requirements and constraints.)

  • 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-13T16:20:32+00:00Added an answer on June 13, 2026 at 4:20 pm

    Here is a very basic example I whipped up. Hopefully good to learn from:

    http://jsfiddle.net/v9LTP/2/

    $('img').click(function(){  //bind a click event handler to images
        var img = $(this).clone().addClass('modal').appendTo($('#blackout')); //clone the clicked image element and add to the blackout div which gives the dark background.
        $('#blackout > #close').click(function(){ //attach click handler to close button
            $('#blackout').fadeOut(function(){ //fade the blackout div
                img.remove(); //remove the image element we cloned, so we can do it again.
            }); 
        });
        $('#blackout').fadeIn(); //show the blackout div
    });
    

    ​

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

Sidebar

Related Questions

I have three images on a single page and I would like to fade
I would like to bring up a Toast and vibrate when call status is
I would like to bring up the Camera in my app, and let the
I need to fire of a bunch of threads and would like to bring
I would like a home button on all my actives so they can bring
I would like to prevent a property from being exposed via my WCF web
I would like to find out if any and which database links are being
I would like a button to change a label between being visible and not
Being new to OpenCL i would like to know if the following scenario is
I have 8 cells that are being built in my UITableViewController. I would like

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.