I have used the below inline style for img tag. but the positions are different in mozilla and chrome.
element.style { position: absolute; top: 118px; LEFT: 64px; }
In Mozilla image is displayed properly. But in chrome the images are scattered
why is it happening like this.? How can I fix this issue?
used one div wrapper for position relative like that:-