我喜歡Bootstrap,但我似乎無法得到我的手的一個煩惱是當建立一個表單,以一個簡單的文本輸入框開始,並在右邊我把一些單選按鈕(不是傳統類型,但Bootstrap指的是「按鈕組」)。令人遺憾的是,輸入框嚴肅地拒絕向左走,總是跳到船的右側。爲什麼哦爲什麼?任何幫助表示讚賞。Twitter bootstrap - 錯誤順序的字段
這裏是什麼樣的形式,看起來像一個畫面:
這裏是導致這一突變災難代碼:
<div class="control-group">
<label class="control-label" for="appendedInput">Weight recorded:</label>
<div class="controls">
<div class="input">
<input class="input-small" id="weight" size="16" type="text" placeholder="weight" ready-for-history></input>
<span class="btn-group" data-toggle="buttons-radio">
<button class="btn active">lbs</button>
<button class="btn">kg</button>
<button class="btn">stone</button>
</span>
</div>
<p class="help-block">What weight were you?</p>
</div>
</div>
希望這是足夠的信息,有人幫我解決;讓我知道你是否需要更多。
的按鈕左側浮動 – Esailija