how to change the position of an html div in a node in javascript code example
Example: change the position of div using javascript
document.getElementById('carRight').style.left="600px";
document.getElementById('carRight').style.left="600px";