我已經嘗試了所有對齊這些框,所以它們從同一個地方向下開始。 我不知道該div來把我的樣式表對齊div中的輸入字段
<div class="boxes">
<p class="h3"> You are able to add up to 3 addresses.
Please select the type of address, using the following guide
<ul>
<li>H: Permanent home address</li>
<li>P: Postal address (where you will be from June to September)</li>
<li>L: Local address (where you currently live)</li>
</ul>
</p>
<div id="address">
<div id="input1" style="margin-bottom:4px;" class="input">
Street<span class="required">*</span>
<input name="Street[]" type="text" >
</div>
<div id="input2" style="margin-bottom:4px;" class="input">
Line2
<input name="Line2[]" type="text" >
</div>
<div id="input3" style="margin-bottom:4px;" class="input">
Line3
<input name="Line3[]" type="text" >
</div>
任何想法?
「[...]所以他們從同一個地方開始向下」 - 你能詳細說明一下嗎?究竟什麼是你想要的結果? – 2012-04-28 22:31:19