看看很简单的html问题,两个框不一般高,不知为何,密码框高于普通的文本框(50分)

  • 主题发起人 主题发起人 yf168
  • 开始时间 开始时间
Y

yf168

Unregistered / Unconfirmed
GUEST, unregistred user!
<head>
<title>无标题文档</title>
</head>
<body>
<form id=&quot;form1&quot;
name=&quot;form1&quot;
method=&quot;post&quot;
action=&quot;&quot;>
<label>
<input type=&quot;text&quot;
name=&quot;textfield&quot;
/>
</label>
<p>
<label>
<input type=&quot;password&quot;
name=&quot;textfield2&quot;
/>
</label>
</p>
</form>
</body>
</html>
 
我用你的代码试,一样高呀!
 
[?]
怎么会呢?在我的机器上就不一样高
 
你的代码试在frontpage看,一樣高.
 
给它们加上HEIGHT属性就行了
 
用 css 控制一下就行了
 
把上述代码放在一个htm文件里面,就是不一样高!
明天给分!
 

Similar threads

I
回复
0
查看
800
import
I
I
回复
0
查看
746
import
I
I
回复
0
查看
775
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
后退
顶部