當(dāng)前位置:圖趣網(wǎng)(Tuquu) > 網(wǎng)頁設(shè)計(jì)教程 > 移動前端 > ios系統(tǒng)和某些移動端background-attachment:fixed不兼容

ios系統(tǒng)和某些移動端background-attachment:fixed不兼容

ios系統(tǒng)和某些移動端background-attachment:fixed不兼容性,沒有任何效果,但可以hack一下就可以了,代碼如下:

ps:想在哪個標(biāo)簽加背景,可以在它c(diǎn)lass后:before.

  1. body:before {

  2. content: ' ';

  3. position: fixed;

  4. z-index: -1;

  5. top: 0;

  6. right: 0;

  7. bottom: 0;

  8. left: 0;

  9. background: url(path/to/image) center 0 no-repeat;

  10. background-size: cover;}



[教程作者:佚名]
免責(zé)聲明:本站文章系圖趣網(wǎng)整理發(fā)布,如需轉(zhuǎn)載,請注明出處,素材資料僅供個人學(xué)習(xí)與參考,請勿用于商業(yè)用途!
本文地址:http://irelandcustomcontracting.com/tutorial/wd4205.html
CSS改變input光標(biāo)顏色
光音移動設(shè)計(jì)規(guī)范 — 表單類
圖趣網(wǎng)微信
建議反饋
×