0

我正在尝试使我的矢量图像可点击。我已经搜索了互联网,找不到答案。在代码中我还需要什么?

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

4

1 回答 1

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

于 2013-02-16T17:41:56.607 回答