While this code successfully runs on Firefox, it encounters errors when used on IE.
document.getElementById('zip_container').style.borderLeft = '1px solid #D9D9D9;';
In this code snippet, zip_container
refers to a div element.
If anyone has suggestions or solutions for this issue, please feel free to share them.