I know that altering element\'s style via JavaScript directly will cause a reflow. However, I was wondering if it is possible to alter multiple style values in a batch with
use:
document.getElementById('elemnt_ID').setAttribute('style','color:white; margin:5px;');