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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:06:23+00:00 2026-06-02T23:06:23+00:00

I have a simple absolute positioning of ‘s via CSS including z-index HTML: <div

  • 0

I have a simple absolute positioning of ‘s via CSS including z-index
HTML:

<div id="one"> test </div>
<div id="two"> test </div>
<div id="three"> test </div>

CSS:

#one{
height: 200px;
width: 150px;
background: #a8d14f;
position: absolute;
left: 10px;
top: 30px;
z-index: 10;
}
#two{
height: 200px;
width: 150px;
background: #f97273;
position: absolute;
left: 150px;
top: 30px;
z-index: 15;
}
#three{
height: 200px;
width: 150px;
background: #43b8b0;
position: absolute;
left: 300px;
top: 30px;
z-index: 12;
}

Needed:
OnClick change some of CSS properties for selected like position, z-index, background

  • 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-02T23:06:26+00:00Added an answer on June 2, 2026 at 11:06 pm

    Here’s an example of an onclick event for the one element, which will change its z-index.

    $(function(){
      $("#one").click(function(){
         $(this).css("z-index", 2);
      });
    });
    

    From this you should be able to work out how to do the rest. If not, then look into the use of jQuery more. We’re not here to do the work for you.

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

Sidebar

Related Questions

Really simple question time: I have two divs. <div id=1> <p>hello</p> </div> <div id=2>
I have a layout based on absolute positioning and a CSS-based menu in the
I have two divs inside another div, and I want to position one child
I have simple static lib in xcode with the only class test.h: @interface TestClass
I have simple issue setting a two-way databinding of a checkbox in Silverlight 3.0.
I have simple HTML code with some JavaScript. It looks like: <html> <head> <script
I have a simple CSS help popup that's been working well for me in
I have a strange problem with absolute positioning and sizing elements to fit around
I have a simple place-holder html-file that I would want to use the header
I have rather simple HttpClient 4 code that calls HttpGet to get HTML output.

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.