您当前位置:图趣网(Tuquu) >> 网页设计教程 >> 移动前端 >> 浏览设计教程

ios系统和某些移动端background-attachment:fixed不兼容

ios系统和某些移动端background-attachment:fixed不兼容性,没有任何效果,但可以hack一下就可以了,代码如下:

ps:想在哪个标签加背景,可以在它class后: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;}



[教程作者:佚名]
免责声明:本站文章系图趣网整理发布,如需转载,请注明出处,素材资料仅供个人学习与参考,请勿用于商业用途!
本文地址:http://www.tuquu.com/tutorial/wd4205.html
CSS改变input光标颜色
光音移动设计规范 — 表单类
图趣网微信
建议反馈
×