CSS for input button.

Discussion in 'CSS' started by Access, Oct 28, 2008.

  1. #1
    This is basically two input fields with type=button been putted together.
    How can I get rid of those two gaps between them and make it look like one button?

    Thanks for your help


    [​IMG]
     
    Access, Oct 28, 2008 IP
  2. judge0

    judge0 Peon

    Messages:
    400
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    plz show ur CSS/XHTML files further help
     
    judge0, Oct 28, 2008 IP
  3. Access

    Access Member

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    First button:
    style="background-color:#E8DCBE;
    border-bottom:#494A45 1px solid;
    border-left:#FFFFFF 1px solid;
    border-right:#E8DCBE 1px solid;
    border-top:#FFFFFF 1px solid;
    color:#494A45;
    font-size:11px;
    font-weight:bolder;
    padding-right:5px;
    padding-left:5px;
    height:22px;
    width:105px"

    Second button
    style="background-color:#E8DCBE;
    border-bottom:#494A45 1px solid;
    border-left:#E8DCBE 1px solid;
    border-right:#494A45 1px solid;
    border-top:#FFFFFF 1px solid;
    color:#494A45;
    font-size:13px;
    font-weight:bolder;
    padding-right:5px;
    padding-left:5px;
    height:22px;
    width:20px; text-align:center;" Text="+" />

    Thanks
     
    Access, Oct 28, 2008 IP