Wednesday, 15 January 2014

hotlinking - SVG Image linking -



hotlinking - SVG Image linking -

i trying create vector image clickable. have searched net , can not find answer. else need in code?

<div id="logo"> <a href="http://fpmnky.com" target="_self"> <span> <object width="488" height="115" data="http://fpmnky.com/images/fpmlogo2.svg" type="image/svg+xml"> <img width="488" height="115" src="http://fpmnky.com/images/fpmlogo2.svg" alt="star"/> <span>your browser doesn't back upwards svg images</span> </object> </span> </a>

<div id="logo"> <a href="http://fpmnky.com" target="_self"> <img src="http://fpmnky.com/images/fpmlogo2.svg" width="488" height="115" alt="fpmlogo" /> </a>

svg hotlinking

No comments:

Post a Comment