您的位置:首页 > Web前端 > JQuery

jquery mobile header title左对齐 button右对齐

2013-06-12 16:34 399 查看
<div data-theme="b" data-role="header" data-position="fixed">
<h1 style="text-align:left; margin-left:10px;">Muyeeeh</h1>
<!--  <div data-type="horizontal" data-role="controlgroup" class="ui-btn-right">
<a href="index.html" data-role="button" data-inline="true" >登录</a>
<a href="index.html" data-role="button" data-inline="true" data-theme="b" >创建帐户</a>
</div> -->
<a href="www.google.com" data-icon="delete" style="left:auto; right:120px;">Cancel</a>
<a href="www.google.com" data-icon="check" data-theme="b">Submit</a>
</div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: