Html – Absolute positioned image ignoring left and right
I’m trying to place an image in a relative container (which has a width and height) 20px from the top, left and right like this: <div style="position: relative; height: 100px; width: 200px"> <img src="x" style="position: absolute; top: 20px; left: 20px;…