⬅︎ Back to setAttribute('style', ...) workaround for IE
The simple solutions are always the best.Thanks
This is how it works in IE oImg.style.cssText="float:left;margin-right:7px;margin-bottom:7px";
Comment
The simple solutions are always the best.
Thanks
Parent comment
This is how it works in IE oImg.style.cssText="float:left;margin-right:7px;margin-bottom:7px";