Hi everyone, newbie here and LOVING MobiOne!
I am designing an iPad web app and would like to create navigation similar to CNN’s iPad app where the user touches a menu item (the word Headlines) and the nav bar fades into the page with a nice semi transparent background. Here’s a screen capture:

The way I am envisioning my approach is as follows:
– create a button on the title bar that when touched goes to a screen (let’s call it screen_a) via a fade transition
– create a screen with a transparent background and 300X600px panel containing list items and located on the upper left corner under the title bar of the page (this is screen_a)
In the UI, the user touches the button which “goes to” screen_a. But because screen_a is a “partial page” with a transparent background, it gives the impression of the menu appearing on top of the current page.
My questions:
– How do I create a page with a transparent background? Or is it even possible?
– Is my approach feasible? Or is there a better approach? I’m open to suggestions 🙂
Thanks in advance for your help!
Jose