Apr 14, 2015 Tag: WebDev
At the moment this problem keeps me busy. Can you help?
The question is: Why aren’t there links?
The following image of type SVG (scalable vector graphics) has links in it. But the links don’t work in the browser. I tested with Chrome and Firefox. The image is included with an <img> tag. If you open only the graphic in a separate window the links DO work. I want them ALWAYS to work. How can I achieve this?
See this SVG image:
Hover over the words and shapes: There are no links:
Now open the graphic in a separate browser window:
Hover over words and shapes: Links do work!
How can I make the hyperlinks of a SVG work when it’s shown as an image in HTML context?
Someone out there who can help? Would be great!