我的代码如下 :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>无标题页</title>
</head>
<body>
 <object  data="image1.svg" width="100" height="100" type="image/svg+xml">
                <embed   src="image1.svg" width="100" height="100" type="image/svg+xml" />
            </object>
</body>
</html>在ie下显示 可以  如下图在ff下弹出下面对话框  然后就空白 
请问在ff下怎么正常显示 ?

解决方案 »

  1.   

    http://topic.csdn.net/u/20071105/15/9b3ac6eb-a95a-4bb6-af43-a9182a655827.html
      

  2.   

    http://www.firefox.net.cn/newforum/viewtopic.php?p=131840
      

  3.   

    http://developer.mozilla.org/en/docs/SVG_in_Firefox_1.5
      

  4.   

    靠 
    糊涂了 
    我都忘了
    我显示出来过原来放在vs里面
    然后 浏览 用firefox.exe
    就是出现我讲的情况 不显示但是把那个html直接拖到ff里面 确实可以显示的