drag.css 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 #outframe { position: absolute; border: 3px solid #ff5555; width: 400px; height: 300px; background-color: #4c4c4c; overflow: hidden; } #inframe { position: absolute; cursor: pointer; }