我创建了一个div元素,我一直放在我的网站的右边.唯一的问题是它在网站的顶部,所以如果我向下滚动它仍然在那里.
这是我到目前为止我已经设法弄清楚自己:
<div style="width: 200px; background-color: #999; z-index: 10; position: absolute; right: 0; top: 0; height: 83px;"> </div>
解决方法
@H_403_11@ 更改位置:绝对位置:固定.示例可以找到in this jsFiddle.