반응형
<style>
/* 포커스 했을때 input 스타일 변경 */
.input3 {
color: #333333;
background-color: #FFFFFF;
border-bottom-width: 1px;
border: 1px silver solid;
height: 18;
font-size:9pt;
}
.text_focus{
background-color: #F3F3F3;
border: 1px solid #3485D7;
font-weight:bold;
}
.text_blur{
background-color: white;
border: 1px solid silver;
font-weight:none;
}
< /style>
< input type=text name=word class=input3 style="width:175px;height:18px" onfocus="this.className='text_focus'" onblur="this.className='text_blur'">
반응형
'유용한정보' 카테고리의 다른 글
jquery form - ajaxForm (0) | 2014.04.20 |
---|---|
jquery ajax, $.get(), $.post() 사용방법 (0) | 2014.04.20 |
grep perl 조합으로 파일내 문자열을 한꺼번에 변경하기 (0) | 2014.04.18 |
JQuery 기본 예제 모음 (0) | 2014.04.18 |
Input 박스에 사라지는 배경 넣기 (0) | 2014.04.18 |
대량 메일 발송 소스 (0) | 2014.04.16 |
모바일웹에서 자주 쓰는 속성들 (0) | 2014.04.15 |
<![CDATA[ ]]> 이 구문은 무엇을 뜻하는 것일까요? (0) | 2014.04.11 |
댓글