반응형
<!DOCTYPE html> <style type="text/css">
.textarea_css{ /* textarea 지정한 칸이 넘어야 스크롤바 생성 및 크기 설정*/ </style> function over(x) { // 마우스오버시 실행 </script> <textarea class="textarea_css" name="issue" onmouseover="over(this)" onmouseout="out(this)" ></textarea> </body> </html>
|
반응형
'Javascript' 카테고리의 다른 글
javascript E-mail 유효성 검사 (0) | 2014.09.18 |
---|---|
Ajax 기본 명령어 (0) | 2013.10.02 |
javascript로 구현한 달력 (0) | 2013.09.30 |
submit 버튼 쓰는거보단... (0) | 2013.09.30 |
아이디 중복검사 ajax를 이용해서 alert창에 경고 띄우기 (0) | 2013.09.27 |