input에 왠 스크롤바가;;
<input name="mb_password" type="password" id="login_mb_password" maxlength="16" class="input_text" style="width:93px;" onkeyup="checkShiftUp(event);" onkeypress="capslock(event);showCapslock();" onkeydown="checkShiftDown(event);" onfocus="this.style.borderColor='#46B3BE'" onblur="this.style.borderColor='#cccccc'" itemname="비밀번호" required onkeypress="check_capslock(event, 'login_mb_password');" />
.input_text{ border:2px solid #ccc; padding:3px 4px; height:24px; font-size:14px; line-height:14px; font-weight:bold; overflow:auto;}
input박스를 만들었는데 width 93px값만큼이 넘어가니깐 input에 스크롤바가 생기더라구요?;;
안 생기게 할려면 어떻게 하는지 아시는분 있으면 좀 가르쳐주세요~
.input_text{ border:2px solid #ccc; padding:3px 4px; height:24px; font-size:14px; line-height:14px; font-weight:bold; overflow:auto;}
input박스를 만들었는데 width 93px값만큼이 넘어가니깐 input에 스크롤바가 생기더라구요?;;
안 생기게 할려면 어떻게 하는지 아시는분 있으면 좀 가르쳐주세요~
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 3개