I have been trying to accomplish the split-view layout that jQuery Mobile uses in their own demo on http://jquerymobile.com/test/docs/about/intro.html. I tried copying their source code (everything within body), but all i get is a top to bottom layout where the menu is in a collapsable section. How do i accomplish this split-view? Is it called something else, since i don’t find anything on jQuery Mobiles own page about it?
I have been trying to accomplish the split-view layout that jQuery Mobile uses in
Share
They have done it using some basic css width and a float attribute
In your css you can add
This will give a split view.
Hope this helps..