I am trying to fix a div so it always sticks to the top of the screen, using:
div
position: fixed; top: 0px; right: 0px;
However,
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!