PDA

View Full Version : background



A.Del Piero
یک شنبه 12 آبان 1392, 14:31 عصر
برای fixed کردن background در برنامه ای که با phonegap نوشته میشوند باید چه کار کرد(برای ورژن های بالا)؟
این روش جواب نمیده:

position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url('img/back2.jpg') top center black;
background-repeat:no-repeat;
background-size: cover;
background-attachment:fixed !important;