使文本框或文本域最大化的充满整个表格详解编程语言

<style type="text/css">    
 textarea{ 
	 border:1;  //可根据需要修改有无边框显示长度和宽带  
	 overflow:auto; 
	 height:100%; 
	 width:100% 
	 } 
  input{ 
	 border:1; 
	 overflow:auto; 
	 height:99%; 
	 width:96% 
	 }  
</style>   

HTML代码:

<td> 
     <textarea cols="130" rows="5"></textarea> 
</td>

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/14501.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论