Hey everyone,
I'm trying to be able to overlap a lot of images on top of eachother, but HTML doesn't quite allow for that. I thought image maps did, but it turns out they don't either.
For example, I want a jpeg at 10,10,300,300, another jpeg at 20,20,500,500, and then maybe another one at 10, 100, 400, 400... maybe even up to 100 of them, dynamically positioned, overlapping one another. I need them to be positioned that way, is there any way to do that?
I know HTML, PHP, and quite a bit of CSS, so if there's any way to do it with those that would be great. If not, I can survive a venture into javascript... can someone point me in the right direction?
Thanks,