I have the following requirement:
The large image contains several “hot spots” that need to be linked to other pages. That sounds easy. I created a simple html page, div with background image and absolute positioned links using CSS with image sprite rollovers.
However, now I was presented with a different image, and the hot spots are not square, but incorrect. In one example, they look like surfboards. Any ideas how I can make links only respond to the actual bounding box of the image. There are also cases where the "hot spots" are parallelograms and are adjacent to each other.
Creating rectangular images in this instance simply does not provide the desired results.
I think imagery can be a solution, but first I want to explore all the alternatives.
Hope this makes sense.
source
share