http://remi-grumeau.com/labs/iui/hide_show.html#_index
Example here with both links and buttons
Remi
> --
>
> You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
> To post to this group, send email to iphone...@googlegroups.com.
> To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
>
>
Remi Grumeau
(+33) 663 687 206
http://www.remi-grumeau.com
Remi
> For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
/*** half size button ***/
body > * > a.halfsize
{
float: left;
width: 105px;
}
body > * > a.halfsize[orient="landscape"],
body[orient="landscape"] > * > a.halfsize
{
width: 185px;
}
Example for one 100% button and two 50% buttons:
<ul id="buttons" title="Buttons" class="panel">
<a href="#_buttons" class="whiteButton">whiteButton</a>
<br />
<a href="#_buttons" class="whiteButton halfsize">Halfsize</a>
<a href="#_buttons" class="grayButton halfsize">Halfsize</a>
</ul>
You can use it with whiteButton, grayButton and redButton.
Sample here : http://www.remi-grumeau.com/labs/iui/ (button classes)
Remi
ps: actually can't tell why i have to state the orient=landscape twice but without it, it's just not working … : /
Le 12 déc. 2009 à 21:41, Jeff H a écrit :
> For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.