문제

JQTOUCH - Could anyone please help me understand, How can we place two buttons on the right side of the Toolbar?

<div class="toolbar ">
   <a class="button slide add Black clearcmd" id="infoButton" href="#">Clear</a>
      <h1>Toolbar with two buttons on right side</h1><a class="button slide" id="infoButton" href="#buttontwo">Button Two</a> <a class="button slide" id="infoButton" href="#buttonone">Button One</a>
</div>
도움이 되었습니까?

해결책

Currently the CSS is just for one... You'd have to position/style the second one manually. Sorry-

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top