round search boxes

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • ldww0

    look at the code bro. its just an input inside a div with a background image.
    #LastHeader #roundsearch {
    width: 106px;
    height: 25px;
    float: left;
    margin-right:3px;
    overflow: hidden;
    margin-left: -3px;
    background: url("http://static.last.fm/image... top left no-repeat;
    position: relative; z-index:15;
    }
    div.safari#roundsearchbox #roundsearch { margin:0px 1px 0 0;background:none;}
    #roundsearch input {
    height: 18px;
    width: 80px;
    float: left;
    background: transparent;
    border: 0;
    margin: 3px 9px 0 13px;
    padding: 3px 7px 0 0;
    color: #91998E;
    font-size: 11px;
    overflow: hidden;
    }

View thread