jquery mobile - Background image fix doesn't work Css/jquerymobile -


the main page of app has content scrollable , need make image background fixed. that' s code of css:

ui-overlay-e {     border: 1px solid #f7c942 /*{e-body-border}*/;     color: #222 /*{e-body-color}*/;     text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;     background-image:url("../img/biografia_bg.png");     background-repeat:no-repeat;     background-attachment:fixed; } 

but doesn't work, background scroll. don't understand why.

thanks


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -