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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T10:20:31+00:00 2026-05-24T10:20:31+00:00

<div class=contain> <input type=text> </div> So… there is basically what I have. I have

  • 0
<div class="contain">
 <input type="text">
</div>

So… there is basically what I have.

I have a background of the div to be one thing, but I want to change it when the input gains focus… like change the background to image to the same image as before, but with an X at the right for clearing the text field.

How do I do taht with CSS? (just the background switching)

  • 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-24T10:20:32+00:00Added an answer on May 24, 2026 at 10:20 am

    You can’t trigger an element’s CSS change on interaction with another element simply with CSS.

    Here’s a simple JQuery solution which accomplishes your goal:

    $('input').focus(function(){
        $(this).parent().addClass('focused');
    }).blur(function(){
        $(this).parent().removeClass('focused');
    });
    

    Working demo 1 (with background colors): http://jsfiddle.net/AlienWebguy/V2hub/

    Working demo 2 (with background images): http://jsfiddle.net/AlienWebguy/V2hub/1/

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

Sidebar

Related Questions

I have many DIV with the same class name, let save wmplayer. I want
I have a form containing some dynamic elements. These are basically text input boxes
In my webpage, there's a div with a class named Test . How can
I have a div having a css class MyClass. Inside this div, I can
<input class=ui-autocomplete-input/> represents the text field to be autocompleted. <ul>...</ul> contains the list of
I have this div, where divBrdr should contain a form summaryConfig <div id=popup> <div
Why input fields always 'over-run' the div that contain them when I set them
<div id=image_div> <input type=checkbox /> <img src=1.jpg /> <input type=checkbox /> <img src=2.jpg />
I have the following div structure: <div class=members-content> <a>Studen ...</a> </div> <div class=members-content> <a>Studen
I've got a simple form like so (illustrative purposes only)... <form> <div class=input-row> <label>Name</label>

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.