how to put a div in front of another css code example
Example: css how to dynamically put div in front of another
document.getElementById('yourdivid').style.zIndex = incremented_up_var;
document.getElementById('yourdivid').style.zIndex = incremented_up_var;