Forum Moderators: coopster

Message Too Old, No Replies

Dynamic image php GD

         

empirebattles

2:40 pm on Feb 9, 2010 (gmt 0)

10+ Year Member



Hello,
I am currently attempting to load a series of images into 1 image relative to variables in an array. I have gotten the image to load as desired, but i am looking to add more.
I am looking for a way so that when the user mouses over a certain spot, it will add a 'ghost' image to the picture, and when they mouse-out, it removes it. The trick is, the images are overlapping. The top row, is behind the row beneath it, and that is behind the row beneath it, and so on. So, if the user mouses over row 2, the semi-transparent image would have to be in front of row 1, and behind row 3.

I know this is asking a lot, and i'm not even sure if this is possible, short of reloading the image on mouseover, but that would cause the image to reload far too often to be useful.

Thank you for any help or ideas you can provide

coopster

1:31 pm on Feb 26, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



For display purposes only? Why not use JavaScript to manipulate the display instead? Or am I misunderstanding the issue?