I have a website where I'm attempting to allow character creation/customization. Thing is, I'm trying to make the images stack on top with each other. I already have the JavaScript / PHP worked out on this, and I can get them to stack correctly, but the problem is trying to keep the images inside the main div
without displaying outside of it, or using position: absolute
.
Can I have some help with this?