|
You can do it in HTML/JS. Make the default image, make an image map link, for each of the petals, make onmouseover events for each petal to replace the image with an image of the desired rollover, then change it back with the onmouseout handler. The only thing that would be problematic is that it might be a big download with all those iamges, depending on how large the image is...
or use CSS to overlay the images on top of one another and then on mouseover change the z-index and image of each petal to cover the overlap.
Do you have a picture of the flower you want to use? Depends on how close together the petals are...
|