Saturday, 14 August 2010 23:15

Button Styles

TapTheme iPhone automatically styles certain links, but gives you 4 classes you can use on links to choose from white, gray or green buttons.

Simply edit the link and insert a class on it:

buttonWhite

<a href="#" class="buttonWhite">My White Button</a>

buttonGray

<a href="#" class="buttonGray">My Gray Button</a>

buttonGreen

<a href="#" class="buttonGreen">My Gray Button</a>

buttonBlue

<a href="#" class="buttonBlue">My Blue Button</a>

NOTE: These buttons only work on mobile Safari

Here's what they look like:

button-styles

Last modified on Friday, 15 October 2010 21:37

Related Video