YesYo.com MintState Forums
뒤로    YesYo.com MintState BBS > Tech > ETC
검색
멤버이름    오토
비밀번호 
 

[스타일시스] Input 박스에 포커스 되었을때 스타일 변경

페이지 정보

작성자 MintState 댓글 0건 조회 12,661회 작성일 08-11-17 15:22

본문

[스타일시스] Input 박스에 포커스 되었을때 스타일 변경

<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'">
첨부 파일
파일 종류: gif input_onfocus.gif (1.3K, 41 views)

댓글목록

등록된 댓글이 없습니다.

Total 71건 1 페이지
게시물 검색
모바일 버전으로 보기
CopyRight ©2004 - 2024, YesYo.com MintState. ™