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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:51:36+00:00 2026-05-21T14:51:36+00:00

Basically is what is says in the tin. I have an input tag and

  • 0

Basically is what is says in the tin.

I have an input tag and independent javascript to control it. When they user is inserting data it changes one of its’ classes automatically so that its color is changed by CSS which is defined elsewhere Until then everything is ok. Next: I want the whole div that contains that input to change color so that the user can be warned when something is wrong. There’s a problem here: How can I select that div I want to select only using CSS?
Here’s some code that works for the input:

input.wrongVal {
    border-color: red;
    background-color: red;
}
input.wrongVal:active{
    background-color: white;
}

Here’s the relevant code from the page:

<div class="infoinputContainer">
    <p class="inputLine">
        <span>
            <input type="text" id="data">
            <label for="data">Data info</label>
        </span>

    </p>

</div>

How can I, with only CSS, select for styling the div shown here (and no other div) with, for instance, another 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-05-21T14:51:37+00:00Added an answer on May 21, 2026 at 2:51 pm

    You can’t do that with CSS. What you can do however is use Javascript to either change the class of the div container or wrap the div container into another div.

    <div class="infoinputContainer invalid">
        <p class="inputLine">
            <span>
                <input type="text" id="data">
                <label for="data">Data info</label>
            </span>
    
        </p>
    </div>
    

    or:

    <div class="invalidInput">
      <div class="infoinputContainer">
        <p class="inputLine">
            <span>
                <input type="text" id="data">
                <label for="data">Data info</label>
            </span>
    
        </p>
      </div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a signal that blocks SIGINT and basically says Sorry, you can't quit.\n
I want to write a rule in prolog, which basically says If a user
The title basically says it all. I have a hexadecimal string representing a private
The title basically says it all. In my case, I have a polyline and
the title basically says it, i have a from with a treeview and a
The title basically says it all. I'm getting three user-supplied integers ( year ,
I have this function in Jquery which basically says when you click on the
Subject line basically says it all. I have a static method I want to
I want to have a config file that basically says something like (Account: on/off),
Basically, what it says on the tin; I need a JTA implementation useable in

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.