아이폰디바이스에서 텍스트박스 위치 잡기 ㅠㅠㅠ
LO
fieldset
input type=text class=bar_search/
button type=submit class=btn_search검색/button
/fieldset
CSS소스
.header fieldset{
margin:0px;
padding-bottom:0px; padding-left:0px; padding-right:50px; padding-top:0px;
position:relative;
width:auto;
border:0px;
}
input.bar_search{
width:100%; height:26px;
background-color:#fff;
border:1px solid #156ee9;
}
button.btn_search{
width:50px; height:30px;
position:absolute; top:0px; right:0px;
background-color:#5686f5;
border-bottom:1px solid #156ee9; border-left:0px; border-right:1px solid #156ee9; border-top:1px solid #156ee9;
font-family:맑은 고딕, Malgun Gothic, 돋움, Dotum, sans-seriff; font-size:0.95em; color:#fff; font-weight:bold;
line-height:10px;
cursor:pointer;
}
처음에 작업할때 사파리, 크롬으로 확인하면서 작업했는데-
아이폰에서 보니깐 검색 버튼 위치가 안맞네요 ㅠㅠㅠ
안드로이드폰에서는 웹에서 보는 거랑 똑같이 나오는데 ㅠㅠㅠㅠ
문제가 뭔지 아시는 분;ㅂ;?