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