textarea自动换行与自适应高度,并去除滚动条
<textarea style='border: 1px solid #94BBE2;width:100%;overflow: hidden;word-break:break-all;' rows=8
onpropertychange='this.style.posHeight=this.scrollHeight'
onfocus='this.style.posHeight=this.scrollHeight'>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
博客介绍了textarea实现自动换行与自适应高度的方法,同时说明了去除滚动条的操作,给出了相关的代码示例。

1361

被折叠的 条评论
为什么被折叠?



