Submit Button Problem

Discussion in 'HTML & Website Design' started by Pudge1, Nov 1, 2013.

  1. #1
    http://notecorner.com/login.php
    Can anyone tell me why you can see gray on the outer edges of that login button? And how I would go about removing it? I've tried quite a few things and none of them have worked
     
    Pudge1, Nov 1, 2013 IP
  2. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #2
    add border:none to the css:
    #submita {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-image: url("images/loginbg.png");
    height: 27px;
    font-family: "verdana";
    border: none;
    Code (markup):
     
    malky66, Nov 1, 2013 IP
    ryan_uk likes this.
  3. Pudge1

    Pudge1 Well-Known Member

    Messages:
    912
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    140
    Digital Goods:
    1
    #3
    Thanks for the advice but it still has the gray area around the button
     
    Pudge1, Nov 1, 2013 IP
  4. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #4
    Just looked at your css and you added "padding:none;" instead of "border:none;"
     
    malky66, Nov 1, 2013 IP
  5. Pudge1

    Pudge1 Well-Known Member

    Messages:
    912
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    140
    Digital Goods:
    1
    #5
    I had tried border none and then I was trying some different things afterwards, I got it fixed now but thanks anyways!
     
    Pudge1, Nov 1, 2013 IP