아미나, 그누보드5 상단 검색창 소스
본문
<style>
#hd_sch {position:relative;float:left;padding:0px 50px 10px 0;border:0px solid #DB180A;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_str {padding-left:5px;width:250px;height:35px;border:2px solid #DB180A;border-right:0;background:#fff;line-height:2.5em !important;line-height:2.2em}
#hd_sch #sch_submit {position:absolute;height:35px; top:0px;right:0px;border:2px solid #DB180A;border-left:0;background:#DB180A;cursor:pointer}
#hd_sch1 {float:left;padding:0px 0px 10px 0; position:relative;top:-6px;right:0px;}
#hd_sch2 {float:left;padding:0px 0px 10px 0; position:relative;top:-6px;right:-2px;}
</style>
<!--PC화면 줄어들면 자동사라짐--><div class="hidden-xs pull-right navbar-menu-right"><!--PC화면 줄어들면 자동사라짐-->
<div id="hd_sch1">
<div id="hd_sch">
<h3>게시물검색 검색</h3>
<form name="frmsearch1" method="get" action="<?php echo G5_BBS_URL; ?>/search.php" onsubmit="return fsearchbox_submit(this);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<label for="sch_str" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="stx" id="sch_str" maxlength="20" required class="frm_input" placeholder="게시물검색" onfocus="if(this.value == '') {this.value = '';}" onblur="if (this.value == '') {this.value = '';}"/>
<input type="image" src="/shop/thema/Basic2/img/sch_submit.png" alt="검색" id="sch_submit">
</form>
<script>
function search_submit(f) {
if (f.q.value.length < 2) {
alert("검색어는 두글자 이상 입력하십시오.");
f.q.select();
f.q.focus();
return false;
}
return true;
}
</script>
</div>
</div>
적절한 위치에 위 소스를 삽입해주세요.
링크주소는 자신의 사이트주소로 변경해주세요.
본 사이트에서 사용하는 소스입니다.
최신글이 없습니다.
최신글이 없습니다.
댓글목록0