最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How viable is ie7-js by Dean Edwards? - Stack Overflow

programmeradmin3浏览0评论

I just found out about ie7-js ;

IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-pliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.

/

It looks like it's really good, but is it really working (the current issue list looks quite scary)? Have you already worked using this with success?

Another question is how slow the script will make the website in IE ?

I just found out about ie7-js ;

IE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-pliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.

http://code.google./p/ie7-js/

It looks like it's really good, but is it really working (the current issue list looks quite scary)? Have you already worked using this with success?

Another question is how slow the script will make the website in IE ?

Share Improve this question asked May 6, 2009 at 18:30 marcggmarcgg 66.6k53 gold badges182 silver badges236 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 8

In static pages it works pretty well. If you designed a couple of static html pages using modern browsers and standards and want it to be shown correctly in IE6 and 7 this script is gonna help you.

But, and it's a big but, if you add a little javascript to the recipe, this method shows its weaknesses. Anything added later to them DOM or any event triggered afterwards will NOT be affected by this script.

That's it. my one line remendation is if you have simple and light pages use it. otherwise try solve your problems by looking at the roots!

I think the best answer is: try it on your website and see if it works for your particular code. If it works, and doesn't impact the speed, great, you're done. If it doesn't work, then you're going to have to spend the time to make your site work in IE.

发布评论

评论列表(0)

  1. 暂无评论