문제

I want to create a webpage displaying an image that has areas on it that can be clicked to do various things like playing sound, displaying text, linking to other pages. The only problem is I have no idea what I need to use within javascript to do so. The area need not be complicated, just a simple geometric shape.

What sort of tools should I be looking at in Javascript to do achieve this?

Thanks in advance

도움이 되었습니까?

해결책

You might want to take a look at <map></map> tag in HTML: http://www.w3schools.com/tags/tag_map.asp It should accomplish what you want to do.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top