Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里有一个小提琴http://jsfiddle.net/coderslay/ZYKxc/2/
在此我需要将详细信息按钮放在右侧。但我不能把它放在右边。怎么做?
如果您想强制样式,您可以将两个元素分开并浮动它们。
<label for="radio-choice-1"> <div style="float: left; margin-top: 10px;">Cat</div> <div style="float: right;"> <a href="index.html" data-role="button" class="ui-btn-right" data-inline="true">Details</a> </div> </label>
http://jsfiddle.net/d3NuT/