Question

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>
Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top