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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:51:34+00:00 2026-06-07T18:51:34+00:00

I was wondering if it is possible and if so if something exists that

  • 0

I was wondering if it is possible and if so if something exists that works with a stack of elements to put a relative element on top of everything else? (Z-index)

Something along the lines of:

$('myElement').moveToFront();

Provided my knowledge is accurate this would mean walking the tree of elements and altering Z-indexes such that the element and it’s parents are on top of the others. I would rather not reinvent the wheel or find out that it is an impossible wheel to invent. Does something exist that does this?

  • 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-07T18:51:36+00:00Added an answer on June 7, 2026 at 6:51 pm

    How about that.

    DEMO

    http://jsfiddle.net/insertusernamehere/KNB2f/

    Note: The demo works only one way (didn’t write the “restore”-function). If you have tried a link, reload the page.

    Basic Idea

    // clone the element and get its current position
    var copy        = e.clone();
    var position    = e.offset();
    
    // set the position and a high z-index on the copy
    copy    .css('position', 'absolute')
            .css('z-index', '1000')
            .css('top', position.top)
            .css('left', position.left);
    
    // append the copy directly to the body
    body.append( copy );
    
    // hide the original element, but leave the document flow intact
    e.css('visibility', 'hidden');
    

    Restore/undo this by:

    • removing the copy
    • show the original element again
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if something was possible to do in CSS. Basically i want
I was wondering if it was possible to do something like this. I want
I was wondering if it is possible to give people something when they join
I was wondering if it would be possible to do this: $var = '$something
I was wondering ( if possible ) if there was a program/tool/utility that when
Just wondering is it possible to build CLI app that can be run from
I was wondering if it's possible to do something like this (which doesn't work):
I'm wondering if the following may be possible using something like jQuery. I've looked
Wondering if this is possible or something with this effect. public class MyModel {
I was wondering if it's possible to do something like this. I'm having 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.