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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T18:40:04+00:00 2026-06-10T18:40:04+00:00

I have read about not being able to change the parent in CSS using

  • 0

I have read about not being able to change the parent in CSS using pseudo classes such as :focus, so I am here to see if I am doing something wrong or if there is a javascript alternative.

I’d prefer not to use javascript at all though, if possible.

Here is my current code:

.box:focus .test{
background: #00FF00;
} 

So that code should change the background of the DIV .test to green when I click inside the textbox .box.

However this dosen’t work, please could someone point me in the right direction, thanks.

Here is a code snippet of my HTML, this is a test page so I can see how this works.

<input name="textfield" type="text" class="box" id="textfield" />

<div class="test" id="test">Content for  id "test" Goes Here</div>
  • 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-10T18:40:07+00:00Added an answer on June 10, 2026 at 6:40 pm

    This is actualy possible without using javascript. There is indeed no way to select a parent, but you can select a sibling using css. I set up a small example here: http://jsfiddle.net/k2dAp/1/

    HTML

    <div class='container'>
    <input type='text' />
    <div class='background'></div>
    </div>
    

    CSS

    .container {
      border: red solid 1px; 
      position: relative;    
    }
    .background {
      position: absolute;
      background: grey;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;   
    }
    input {
      margin: 10px;   
    }
    input:focus + .background {
      background: green;   
    }
    

    As you can see i added an extra div that will act as the background by adding absolute positioning and z-index. Then you can access it with the + selector. This will not be compatible with the old versions of IE but should work fine in modern browsers and degrade garcefully. Adding js will probably work in more browsers, but offcourse not for people with js disabled.

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

Sidebar

Related Questions

I have read some posts on here about not mixing parameters when passing into
I have read about a lot of people having problems with the browser not
A have read about A* as well as D* and similar, and i'm not
I have read nearly every single post about the activity not found to handle
I have read many questions about the facebook login but until not I didnt
I've read through the various posts on SO about this, but have still not
I have read about the push technologies recently. Using it real-time data streaming is
This is the first question I have found myself not being able to get
I have read about continuency parser and dependency parser. but confused which could be
I have read about session fixation and from what I understand it forces a

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.