jquery mobile individual page background -
Unable to stop adding an image to a jquery mobile page and preventing it from being duplicated. OK for mobile devices but when viewed on tablet or desktop 'thank you!'
& lt ;! DOCTYPE html & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta charset = "UTF-8" & gt; & Lt; Title & gt; JQuery mobile web app & lt; / Title & gt; & Lt; Link href = "..// jquery-mobile / jquery.mobile-1.0a3.min.css" rel = "stylesheet" type = "text / css" /> & Lt; Script src = "../ jquery-mobile / jquery-1.5.min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script src = "../jquery-mobile / jquery.mobile-1.0a3.min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div data-role = "page" id = "page 1" data-theme = "b" style = "background-image: url (images / BKRDRD-JPG)" & gt; & Lt; Div data-role = "header" & gt; & Lt; H1 & gt; Page A & lt; / H1> & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div data-role = "content" & gt; Content & lt; / Div & gt; & Lt; Div data-role = "footer" & gt; & Lt; H4 & gt; Page footer & lt; / H4 & gt; & Lt; / Div & gt; & Lt ;! - Extra pages and content with your own background ... - & gt; & Lt; / Div & gt; & Lt; / Body & gt; & Lt; / Html & gt;
background: url (images / bkgrnd-7.jpg) Repeat;
Comments
Post a Comment