admin管理员组

文章数量:1355077

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.

本文标签: javascriptHow viable is ie7js by Dean EdwardsStack Overflow