• http://www.webpagesbydeb.com – using online marketer theme~
    I have a search box in the header and attempted to get rid of it by commenting out:
    //#inner-header #searchform {
    position:absolute;
    top:25px;
    right:4%;
    }

    #inner-header #searchform label {
    display:none;
    }

    #inner-header #searchform #s {
    float:left;
    background:#dedede;
    width: 170px;
    padding:7px;
    padding-bottom:6px;
    padding-left:10px;
    border:1px solid #fff;
    border-radius:3px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    box-shadow:0 0 3px #aaa inset;
    }

    #inner-header #searchform #s:focus {
    background:#f9f9f9;
    }

    #inner-header #searchform #searchsubmit {
    display:block;
    float:left;
    background:#ffd21f url(library/images/magnify.png) no-repeat center center;
    height:32px;
    width:40px;
    border:0;
    text-indent:-9999px;
    outline:0;
    cursor:pointer;
    border-top:1px solid #fff;
    border-bottom:1px solid #d09907;
    border-right:1px solid #9c7914;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    }

    //
    BUT, strangely enough the search box dropped to the next section.
    So it seems I did not resolve it after all.
    Does anyone have any ideas?
    My thanks in advance, Debra Herrera

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search box in header’ is closed to new replies.