⬅︎ Back to setAttribute('style', ...) workaround for IE
Hooray! Thank-you. In my case, involving styles of a div element, this worked only after I append the div to the body node, but yes!
node.style.cssText = "..." usually does the trick for me
Comment
Hooray! Thank-you.
In my case, involving styles of a div element, this worked only after I append the div to the body node, but yes!
Parent comment
node.style.cssText = "..." usually does the trick for me