[Solved] How to keep the text on the image?
I would use the background image a sa DIV background image and position the “buy now” img relatively to that div. Something like: div.buyNow { position: relative; left: 0px; top: 10px; } 0 solved How to keep the text on the image?