IT码农库

您当前所在位置:首页 > 网络编程 > CSS/HTML

CSS/HTML

用css实现隐藏文本框

互联网 2007-08-15CSS/HTML4921
方法1 本来的文本框是 <input type="text" value="" /> 加上 <input type="text" value="" style="display:none;" /> 方法2  <input type="hidden" />
方法1 本来的文本框是
<input type="text" value="" />
加上
<input type="text" value="" style="display:none;" />

方法2 
<input type="hidden" />
大图广告(830*140)