2011-12-14 100 views

回答

3

給你的按鈕類,並應用margin-top

.btn { 
    margin-top:38px 
} 
+0

感謝Diodeus。這解決了我的問題=) – 2011-12-14 09:51:38

+0

很酷。按複選標記接受此答案。 – 2011-12-14 09:58:20

1

嘗試:

<div style="float:left"> 
    <label>Country 
     <select id="cboCountry" > 
     <option value="-">- All -</option> 
    </select> 
    </label> 
</div> 
<div> 
<input type="submit' text="submit" /> 
</div> 
1

寫這樣

input[type=submit]{ 
    margin-top:35px 
} 
0
<input style="margin-top:38px" type="submit" value="Check availability" />