【问题标题】:I want to make page with fixed content and scroll background?我想制作具有固定内容和滚动背景的页面?
【发布时间】:2017-02-03 19:12:37
【问题描述】:

您好,我想制作像这边http://hellomonday.com/这样内容固定滚动背景的页面,如何制作?

【问题讨论】:

标签: javascript jquery frontend web-frontend


【解决方案1】:

您需要使用“位置”属性并将其设置为“固定”。 这是一个例子。

<div  style="width:200px; height:200px; border:1px solid; overflow:scroll;">
  <div style = "width:180px; height:50px; border: 1px solid; position:fixed;">
    abc
  </div>

  <div style = "width: 180px; height:250px; border: 1px solid; margin-top:60px;">
    123
  </div>
</div>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-11-05
    • 2013-06-04
    • 2014-07-04
    • 1970-01-01
    • 2014-05-27
    • 1970-01-01
    • 2018-05-19
    相关资源
    最近更新 更多