본문 바로가기

프로그래밍

CSS - textarea 스크롤바 없애기 overflow:hidden;

출처 : http://devnote7.tistory.com 

* 적용방법
<html>
<head></head>
<body>
    <textarea name="memo" style="overflow:hidden;" ></textarea>
</body>
</html>

* 결과