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