Page 2 of 2

How to scroll the text without scrolling background image

Posted: Mon Mar 11, 2013 2:31 am
by ridho

but i looked at jquery mobile site at : http://jquerymobile.com/blog/2013/02/...

the latest jquery mobile version (1.3.0) support froyo (2.2) :'(


How to scroll the text without scrolling background image

Posted: Mon Mar 11, 2013 2:59 am
by maxkatz

Even though it does - there are probably differences in support. The browser in version 2.2 is old.


How to scroll the text without scrolling background image

Posted: Mon Mar 11, 2013 11:12 am
by ridho

Okay... Thanx btw


How to scroll the text without scrolling background image

Posted: Thu Jul 31, 2014 9:45 am
by sowmen choudhury

I think you can use following code in your JS and should see you through

$('div[dsid="mobilecontainer"]').css('background-image',
'url('+Appery.getImagePath('Background.jpg')+')');
$('div[dsid="mobilecontainer"]').css('background-attachment',
'fixed');

I tested it ...


How to scroll the text without scrolling background image

Posted: Thu Jul 31, 2014 9:49 am
by Evgene Karachevtsev

Hello Sowmen,

Thank you for your update!