Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Background Color using CSS

Background Color using CSS

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptcss
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saurabh mohal
    wrote on last edited by
    #1

    I want to change background color of Textbox when focus comes on to it and when outof focus background color again changes to its original. I want to do this using CSS and Javascript and i am using VS2008,C# Do anyone have idea about this. Thanks

    Z 1 Reply Last reply
    0
    • S saurabh mohal

      I want to change background color of Textbox when focus comes on to it and when outof focus background color again changes to its original. I want to do this using CSS and Javascript and i am using VS2008,C# Do anyone have idea about this. Thanks

      Z Offline
      Z Offline
      Zafar Iqbal
      wrote on last edited by
      #2

      Have a look on below mentioned html for your problem. I tested this in firefox and it worked.

      test
      input {background-color: yellow;}
          input:focus {background-color: red;}
      

      Zafar Iqbal

      S 1 Reply Last reply
      0
      • Z Zafar Iqbal

        Have a look on below mentioned html for your problem. I tested this in firefox and it worked.

        test
        input {background-color: yellow;}
            input:focus {background-color: red;}
        

        Zafar Iqbal

        S Offline
        S Offline
        saurabh mohal
        wrote on last edited by
        #3

        its not working background color has changed to Yellow on page load but on focus nothing is happening. Do we have any more solution..??

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups