php search bar question

Out of context: Reply #7

  • Started
  • Last post
  • 7 Responses
  • sem0

    Thanks, the above plus a minor change worked

    #searchBarHolder {
    width:200px;
    height: 30px;
    overflow:hidden;
    }
    input.searchinput {
    position: absolute;
    float: left;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 0px;
    color: #999999;
    background-color: #f8f8f8;
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    }
    input.searchsubmit {
    float: left;
    width: 40px;
    height: 30px;
    background-image:url(images/srch...
    font-size: 9px;
    color: #fff;
    }

View thread