I'm trying to figure out how to create multiple small buttons within a
single row all side by side.
Basicallly I'm looking to have 4 buttons ( --, -, +, ++ ) in a
single row in IUI.
I've tried doing this as these buttons are the perfect size, but it
just ignored the row I was putting them at and put them in the first
row at the top with them all piled on top of each other and not
positioned next to each other.
<div class="row>
<a id="backButton" class="button" href="#"></a>
<a class="button blueButton" href="#">--</a>
<a id="backButton" class="button" href="#"></a>
<a class="button blueButton" href="#">-</a>
<a id="backButton" class="button" href="#"></a>
<a class="button blueButton" href="#">+</a>
<a id="backButton" class="button" href="#"></a>
<a class="button blueButton" href="#">++</a>
</div>
Suggestions?
Thanks.
Scott
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.