jQM Background Image

by Erik Zanker

HTML

<div data-role="page">
    <div data-role="header">
         <h1>My page</h1> 
    </div>
    <div data-role="content">
        Here is my content
    </div>
    <div data-role="footer">
        A footer
    </div>
</div>

CSS

.ui-page, .ui-body-c, .ui-page-active, .ui-overlay-c, .ui-mobile-viewport
{
    background: transparent !important;
}

body, .ui-overlay-c
{
    background: url('http://www.hdwallpapers.in/wallpapers/digital_layers-1440x900.jpg') !important;
    background-repeat:repeat-y !important;
    background-position:center center !important;
    background-attachment:scroll !important;
    background-size:100% 100% !important;
}