假设我的设置是这样的:
<div style="width:200px;">
<label for="derp">This is an arbitrary paragraph of text that happens to be a label for a form element, in my case.</label>
<input type="checkbox" name="derp">
</div>
应用于float: right;
复选框将其定位在右侧,但我需要它通过文本标签向上推到容器的右上角。
我似乎失去了对简单概念的掌握......