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