ridho
Posts: 0
Joined: Thu Mar 07, 2013 10:50 am

How to scroll the text without scrolling background image

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) :'(

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to scroll the text without scrolling background image

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

ridho
Posts: 0
Joined: Thu Mar 07, 2013 10:50 am

How to scroll the text without scrolling background image

Okay... Thanx btw

sowmen choudhury
Posts: 0
Joined: Sat Feb 01, 2014 3:32 pm

How to scroll the text without scrolling background image

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 ...

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to scroll the text without scrolling background image

Hello Sowmen,

Thank you for your update!

Return to “Issues”