Same question successfully resolved here but using jquerymobile
here is the script the working script, without jQmobile
http://jsfiddle.net/ca11111/tCdPX/12/
now just adding the jQmobile script and link head tag:
http://jsfiddle.net/ca11111/tCdPX/13/
doesn’t work
jQuery mobile adds a page wrapper with the class
ui-page. It needs the css definitionheight: 100%;too.Add the class
ui-pageto the css defintion for html and body:Also see your updated example.