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

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

 

posted @ 2012-03-10 10:27  xngeer  阅读(835)  评论(0)    收藏  举报