2013-02-16 5 views
0

내 벡터 이미지를 클릭 할 수있게하려고합니다. 나는 인터넷을 수색하고 응답을 찾아 낼 수 없다. 코드에서 내가 필요한 것은 무엇입니까?SVG 이미지 링크

<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 support SVG images</span> 
    </object> 
</span> 
</a> 

답변

-1
<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>