반응형 웹 테스트제작
Elfin
2023.04.01
width를 줄이면 검색버튼 position:absolute right:35px로 고정이되어있으나.
계속줄이다보면 input창을 넘어버립니다.
어떻게 수정을 해야할까요? ㅠ
#search_Box { width:100%; position:relative; }
.searchB { margin:0 auto; }
.sBg {background: none repeat scroll 0 0 #3A3E49; width:100%; height:50px; border-radius:0;}
.sBg #search {
position:absolute;
height:24px;
width:80%;
border-radius: 5px 5px 5px 5px;
border:none;
font-weight:bold;
font-size:1.3em;
padding:5px;
margin:8px 10px 8px 25px;
}
#button {background:url(../images/btn_srh_size02.gif) no-repeat 0 0; position:absolute;right:35px;top:7px; width:42px; height:35px; border:none; cursor:pointer; }