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