HTML input box 테두리 없애기
페이지 정보
본문
<style>
.input_event {
border:none; border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px; /* 테두리 없애기 */
outline:none; select-dummy: expression(this.hideFocus=true); /* 링크 점선없애기 */
color: #000000; font-size: 12px;
width:100%; height:22px; background-color:#e6e6e6;
padding:7px 0 0 10px;
}
input {
border:none; border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px; /* 테두리 없애기 */
outline:none; select-dummy: expression(this.hideFocus=true); /* 링크 점선없애기 */
}
</style>
.input_event {
border:none; border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px; /* 테두리 없애기 */
outline:none; select-dummy: expression(this.hideFocus=true); /* 링크 점선없애기 */
color: #000000; font-size: 12px;
width:100%; height:22px; background-color:#e6e6e6;
padding:7px 0 0 10px;
}
input {
border:none; border-right:0px; border-top:0px; boder-left:0px; boder-bottom:0px; /* 테두리 없애기 */
outline:none; select-dummy: expression(this.hideFocus=true); /* 링크 점선없애기 */
}
</style>
댓글목록
등록된 댓글이 없습니다.