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