I want to make my div tag with id \"drag_me\" to be draggable up to the length of 300px from left and 460px from top, only using CSS.
I also want to make it resizabl
Only using css techniques this does not seem possible to me. But you could use jqueryui draggable:
$('#drag_me').draggable();