⬅︎ Back to setAttribute('style', ...) workaround for IE
thnx...it worked!!!
node.style.cssText = "..." usually does the trick for me
Comment
thnx...it worked!!!
Parent comment
node.style.cssText = "..." usually does the trick for me