0
我想浮動我的Radiobutton列表,但它在嘗試使用時變得非常奇怪的樣式 float:left;我該如何對齊我的Radiobutton列表中的字段集
任何幫助表示讚賞?我要對齊在同一行的單選按鈕和問題 http://jsfiddle.net/MhHFH/2/
我使用asp.net單選框列表,所以它創造周圍
<fieldset id="thirdForm">
<legend>INFO</legend>
<div class="rowDiv">
<label>
Question 1:
</label>
<asp:RadioButtonList CssClass="rbCSS" ID="RadioButtonList1" runat="server" RepeatLayout="Flow" RepeatDirection="Horizontal">
<asp:ListItem Value="2">Yes</asp:ListItem>
<asp:ListItem Value="1">No</asp:ListItem>
</asp:RadioButtonList>
</div>
</fieldset>
你想如何出現?有點困惑。 – freebird
我想讓他們在同一條線上。問題1 *是*否 – wallace740
http://jsfiddle.net/MhHFH/2/ – wallace740