I\'ve got a div that I want to position partially off-screen like so:
div{ position: absolute; height: 100px; width: 100px; right: -50px;
Just add overflow:hidden to the css. That should do the trick.
overflow:hidden