⬅︎ Back to setAttribute('style', ...) workaround for IE
Try using cssText for ie.Element.style.setAttribute('cssText', 'left:150px;.........you could create function if you wanted.
Comment
Try using cssText for ie.
Element.style.setAttribute('cssText', 'left:150px;.........
you could create function if you wanted.