【问题标题】:dont move background while scroll down web page向下滚动网页时不要移动背景
【发布时间】:2011-07-02 18:06:42
【问题描述】:

有没有办法在向下滚动时不移动网页的背景? 我不知道该怎么做,也许使用 PHP、CSS 或 javascript?

打个招呼

【问题讨论】:

    标签: language-agnostic


    【解决方案1】:
    body
    {
    background-image:url('mybackgroundimage.png');
    background-attachment:fixed;
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多