且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SVG支持Internet Explorer 8及以下版本

更新时间:2023-10-19 22:59:40

p>虽然没有选项是完美的,但有几个选择:

While no option is perfect, there are a few choices:

1。)Adobe有一个用于IE8的SVG插件http://www.iegallery.com/en/addons/detail.aspx?id=444

1.) Adobe has a SVG plugin for IE8 http://www.iegallery.com/en/addons/detail.aspx?id=444

2。)Raphael JavaScript Framework允许向量图形跨浏览器 - http://raphaeljs.com/

2.) The Raphael JavaScript Framework allows vector graphics cross browser - http://raphaeljs.com/

3。)然后是开源项目: http:// code。 google.com/p/svg2vml/ http://code.google.com/p/svgweb/

3.) Then there are the Open Source projects: http://code.google.com/p/svg2vml/ and http://code.google.com/p/svgweb/

4。)有一个选项可以显示IE8及以下的Flash。

4.) There is the option to display flash for IE8 and below.

5。有一个选项,适度降级为IE8及以下,并显示一个静态图像代替动画。

5.) There is the option to gracefully degrade for IE8 and below and show a static image in place of the animation.

根据你的动画原因 - 我会推荐4或5。

Based on your reason for the animation - I would recomend 4 or 5.