input나 textarea에 마우스로 찍어보세요.<br><br>
<style>
.input_write {border:2px solid #DFDFDF;background-color:#FFFFFF;height:16px;font-family:TTche,Verdana,Tahoma;font-size:9pt}
.input_write_on {border:2px solid #88BE06;background-color:#FFFFEF;height:16px;font-family:TTche,Verdana,Tahoma;font-size:9pt}
.textarea_write {border:2px solid #DFDFDF;background-color:#FFFFFF;font-family:TTche,Verdana,Tahoma;font-size:9pt}
.textarea_write_on {border:2px solid #88BE06;background-color:#FFFFEF;font-family:TTche,Verdana,Tahoma;font-size:9pt}
</style>
<input type=text value="" size=61 maxlength=200 class=input_write onfocus=this.className='input_write_on' onblur=this.className='input_write'>
<textarea cols=60 rows=20 class=textarea_write onfocus=this.className='textarea_write_on' onblur=this.className='textarea_write'></textarea>
</font>
'인터넷정보' 카테고리의 다른 글
행간/자간 간격 조정 (0) | 2007.10.17 |
---|---|
행간/자간 간격 조정 (0) | 2007.10.17 |
해상도에 따라 레이어 위치 바뀌는 것 고정하기 (0) | 2007.10.17 |
해상도에 따라 레이어 위치 바뀌는 것 고정하기 (0) | 2007.10.17 |
input, textarea 마우스 포커스시 테두리 하일라이트 (0) | 2007.10.17 |
반짝이는 버튼과 꼬마 버튼 (0) | 2007.10.17 |
반짝이는 버튼과 꼬마 버튼 (0) | 2007.10.17 |
div와 span의 차이점 (0) | 2007.10.17 |
div와 span의 차이점 (0) | 2007.10.17 |
absolute 와 relative의 차이점 (0) | 2007.10.17 |