关于textarea的问题

阅读:3446回复:1
2005-03-29 23:13
写私信
楼主#
在FF里面如何实现<testarea style="overflow-y:hidden;height:expression(this.scrollHeight+10); ">在IE里的效果
2005-03-29 23:13
写私信
1楼#
<textarea style="overflow-y:hidden;height:20px;" onkeyup="this.style.height=this.scrollHeight"></textarea>