On checkbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    On checkbox

    Hello friends,
    We write checkbox and it defaultly displays white colour inside, if we want to change that colour how we do this? Please help me friends........ .......
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Use this CSS rule.

    [CODE=css]
    input {
    background-color:#000;
    color:#FFF;
    }[/CODE]

    Thanks, Death

    Comment

    • sasimca007
      New Member
      • Sep 2007
      • 129

      #3
      Thanks for replying my friend, but it is not working with checkbox and radio button. So if u know the answer please reply me

      Comment

      Working...