On 10/11/2009, at 13:10, Pete wrote:
>
> Hey Ppl,
>
> This CSS code here
>
> body > *:not(.toolbar) {
> display: none;
> position: absolute;
> margin: 0;
> padding: 0;
> left: 0;
> top: 45px;
> width: 100%;
> min-height: 372px;
> -webkit-transition-duration: 300ms;
> -webkit-transition-property: -webkit-transform;
> -webkit-transform: translateX(0%);
> }
>
>
> the display none seems to be hiding all my divs and a few other
> things...
>
> Whats going on here??? I dont want to go and remove in incase it
> breaks some iUI stuff...
>
> cheers
Each iui "page" must be contaned in a <ul>
There can be several "pages" each in a different <ul>
The "page" that's visible is the one whose <ul> has the attribute "selected"
=== "true".
Only the toolbar and the children of that <ul> are visible, everything else has
display="none".
--
Jorge.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---