【发布时间】:2017-06-27 22:01:30
【问题描述】:
好的,如上图所示,有一个侧边栏,其中包含社交网站的图像。滚动它不会消失...... link to the image website
所以我想知道它是如何发生的,如果我想让那个侧边栏粘在左下角,我该怎么做...
【问题讨论】:
-
你在找css属性
position: fixed;,看看here。 -
嗯,他们使用了 Javascript 和 CSS 的组合。你试过什么?请查看what kind of questions to ask 的帮助部分以及如何创建minimal, verifiable example
标签: javascript html css