Hi Folks,
I was trying to create an app similar to USA Today app on honeycomb or CNBC App for the Ipad (just the news section)
http://www.cnbc.com/id/35332013
Basically there will be 2 scrollable divs or something similar .
One Div on the left will be a scrollable menu with some header,content,graphic. This mimics the page layout on the right where the content is in a HTML5 page.
So you would touch on the left and the related content loads on the right side of the tablet.
I am trying to find out what Framework to use. I am little bit familiar with jquery mobile and HTML5/CSS3
Thanks
RG
Make the div position:absolute; overflow:scroll and ajax content into the other div onclick
and you are set