我有一個包含一個asp:標籤和一個asp:複選框 我試圖把標籤放在複選框的左側,但它只是不會去這裏。 我想這兩個頁面複選框將不會去右側的asp:標籤
<div>
<asp:Label runat="server" style="float:right;" >
Conclude Case File</asp:Label>
<input type="checkbox" class="concludeCBox" id="concludeNoteCBox" runat="server"
style="float:right;" />
</div>
嘗試浮動:左; – IrishChieftain
我希望這兩個控件都在頁面的右側 – john