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
Post a Comment