Fixed position but relative to container

后端 未结 25 2081
独厮守ぢ
独厮守ぢ 2020-11-21 23:52

I am trying to fix a div so it always sticks to the top of the screen, using:

position: fixed;
top: 0px;
right: 0px;

However,

25条回答
  •  滥情空心
    2020-11-22 00:28

    I had to do this with an advertisement that my client wanted to sit outside of the content area. I simply did the following and it worked like a charm!

提交回复
热议问题