I am using tabs in JQuery mobile navbar as tabs as given in the reference
http://jquerymobile.com/test/docs/toolbars/docs-navbar.html
However , my requirement is to create vertical tabs like the following but using JQuery mobile
http://jquery-ui.googlecode.com/svn/tags/1.8.2/demos/tabs/vertical.html
My code looks like the following , where I want the tabs to be vertical like above
http://jsfiddle.net/D424Z/1/
Please find the code below for customized Vertical Nav Bars.
HTML(index.html)
CSS(main.css)
Javascript(main.js)