css textarea固定大小不显示滚动条

textarea{
	resize:none;
	width:200px;
	height:100px;
	max-height:100px;
	max-width:200px;
	overflow:auto;  /*使不显示滚动条*/
}

 

posted @ 2012-02-23 15:17  码农13  阅读(284)  评论(0编辑  收藏  举报