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,
Just take the top and left styles out of the fixed position div. Here's an example
content
The #content div will be sit wherever the parent div sits, but will be fixed there.