I'm sure I'm just over thinking it, but I'm trying to get two images to over lap. I tried adjusting the x and y values to match the other image but it just makes the original image smaller. I can't seem to get the image to move at all let alone get it to over lap the other image. I'm so confused
Your approach sounds right. Make sure you don't have duplicate element ids, and are manipulating only the elements and attributes that you need to.
Using % to specify positions and sizes in javascript won't work, so don't be trying that.
Best Answer