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