Your problem is that the top and left properties require a unit of measure, not just a bare number:
div.style.top = "200px";
div.style.left = "200px";
Your problem is that the top and left properties require a unit of measure, not just a bare number:
div.style.top = "200px";
div.style.left = "200px";