button issue in css

Discussion in 'CSS' started by msultani, Sep 11, 2011.

  1. #1
    I have a problem with my submit button in index page. The site is site
    If you see submit button has extra 1 px line around it, and I have no idea why and how to fix it, I tried everything.
    If anyone here can tell me please how to fix this.

    Thanks in advance
     
    msultani, Sep 11, 2011 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,812
    Likes Received:
    4,535
    Best Answers:
    123
    Trophy Points:
    665
    #2
    For some reason you appear to have this over and over in your css

    fix that and you'll be sorted

    
    input[type="submit"] {
        background: none repeat scroll 0 0 #4690D6;
        border: 1px solid #4690D6;
        color: #FFFFFF;
    
    
    }
    Code (markup):
     
    sarahk, Sep 11, 2011 IP
  3. manishsankari

    manishsankari Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Add this to your css will fixed :

    input#email-find{
    border:none;
    }
     
    manishsankari, Sep 12, 2011 IP