Hey guys, I am creating a shopping basket and I have a background image set to a div that I want to position text over the top of certain parts of the image and some parts are dynamic, item quantity and total cost etc... so when these change everything I have positioned moves as I am using position relative for each anchor or paragraph tag.
So everything inside this div needs to be manually positioned but not move around when something inside the div changes, is there a better way to do this?
I would appreciate any help with this as I am quite stuck.
Many thanks!