use*_*974 4 css input
我怎么能这样做:
看起来像这样:
即两个字段和登录按钮并排?谢谢
Mic*_*iel 6
为两个字段提供不同的类并分配给最左边的字段 float:left;
float:left;
HTML:
<input type="text" class="field1"/> <input type="text" class="field2"/>
CSS:
.field1 { float:left; }
归档时间:
14 年,2 月 前
查看次数:
10708 次
最近记录:
9 年,1 月 前