Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这个Jsfiddle 中,我试图创建 2 个输入字段,如下所示:
标签(新行)
输入(新行)
label2(新行)
input2(新行)
电子邮件标签忽略 IE 和 chrome 中的清除。
在此处查看此模式的公式:http: //pea.rs/forms/top-labels
您也可以尝试添加:
display:block; clear:both;
第一点- 您没有为.clear.
.clear
二试试下面的
<label for="Email" style="padding-top:10px">E-mail:</label>
这将起作用。
这是关于清除的一些想法