我试图让我的 jquery 对话框按钮组中的一个按钮显示在左侧。但我认为这是不可能的,因为 jquery 将按钮组包装在 . 我试过动态添加 float:left ,但这不起作用。
有任何想法吗?
谢谢
<div class="ui-dialog-buttonset">
<!--this should be on the left-->
<button id="lbCreateGroup" class="createButton ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button" aria-disabled="false">
<!--these 2 buttons should be on the right-->
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button" aria-disabled="false">
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" type="button" role="button" aria-disabled="false">
</div>