Hi,
I have a big image that has to go in the background.
Say the image is a square. Now when someone does a mouseover on any of the square's corners, the image should change to the green version of the image.
Actually the background image is going to remain, but I have to somehow overlay the green image slice over the background image.
So I have a file called 'background.png' and then 'corner1.png', corner2.png etc.
How can I implement this? Do I have to know the exact number of pixels to place the image in the corner properly?