textarea1
七娃博客301人阅读
<style type="text/css"> .textarea{ width: 500px; min-height: 20px; max-height: 300px; _height: 120px; margin:0 auto; padding: 2px; outline: 0; font-size: 14px; line-height: 24px; word-wrap: break-word; overflow-x: hidden; overflow-y: auto; border: 1px solid #000; } </style> <div class="textarea" contenteditable="true"><br /></div>