⬅︎ Back to setAttribute('style', ...) workaround for IE
Really? I'll give that a try.
node.style.cssText = "..." usually does the trick for me
Comment
Really? I'll give that a try.
Parent comment
node.style.cssText = "..." usually does the trick for me