검색입력창 작게 만들려면 정보
검색입력창 작게 만들려면본문
댓글 전체
<input type="text" name="stx" style="font-size:12px; color:#0786C6; font-weight:bold; background-color:#f7f7f7; border:1px solid #dddddd; width:130px; height:20px; padding:3px 0 0 5px;" onblur="this.style.backgroundColor='#f5f5f5'" onfocus="this.style.backgroundColor='#ffffff'">
<input type="image" src="<?=$g4['path']?>/img/search.gif" align="absmiddle">
<input type 에 스타일을 위에처럼 주면 되지않을까요?
<input type="image" src="<?=$g4['path']?>/img/search.gif" align="absmiddle">
<input type 에 스타일을 위에처럼 주면 되지않을까요?
감사드립니다~ ^__^**