jquery mobile header title 왼쪽 정렬button 오른쪽 정렬

872 단어 JQuery Mobile
<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>

좋은 웹페이지 즐겨찾기