Making an svg image object clickable with onclick, avoiding absolute positioning

前端 未结 13 1138
轻奢々
轻奢々 2020-12-02 13:54

I have tried to change the images on my site from img to svg, changing img tags to embed and object tags. Bu

13条回答
  •  一生所求
    2020-12-02 14:31

    Click on SVG's element in with click event. Works 100%. Take a look on the nested javascript in . Don't forget to insert window.parent.location.href= if you want to redirect the parent page.

    https://www.tutorialspoint.com/svg/svg_interactivity.htm

    提交回复
    热议问题