StylizedWeb is a web design trends and tutorials blog, maintained by Ross Johnson who also runs a web design company and design blog.

Categories Archive

Popular Posts
Advertisement
Basecamp The Web Design Sketchbook
Najbolje ponuda IT poslova u Srbiji na itposlovi.info Advertise on Stylized Web

IE7 JS library review

add to Save to Delicious Save to Stumble Save to Digg
The Web Design Sketchbook

In "PNG transparency issues" I’ve written about some of many IE problems later on in "Yellow fields in web form" I’ve mentioned focus fix but now I would like to introduce you to IE7 JavaScript library which can make our lives so much easier

IE7 is a JavaScript library made by Dean Edwards to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6 (Windows only). Right now this is version 2 and it’s in officially in beta phase.

You can download it directly here and just implement it in your head tag

Upgrade MSIE5-6 to be compatible with MSIE7.

 
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/xx.x/IE7.js"
type="text/javascript"></script>
<![endif]-->
 

Upgrade MSIE5-7 with advanced CSS features missing from MSIE7.

 
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/xx.x/IE8.js"
type="text/javascript"></script>
<![endif]-->
 

NOTE: You do not need to include IE7.js if you are using IE8.js

The project is hosted on Google Code and you can test it on it’s test page

Leave a comment on Stylized Web Have some feedback? Leave a comment



Talk of the town
  • Section09: Thanks so much for this! I was wondering if there is a way to limit the amount of posts that are viewable?...
  • KUYUMCU KARAGÖZ: What is saying.Really it ripe nice.Yours respectfully.
  • Mike: The golden section is a really interesting and highly applicable bit of maths. I’m sure there are many...
  • CharlieM: I think they really went beyond on this article. Keep up the great work!
  • Dan: Thank you, thank you, thank you!
Amigos

What do you think?





8 Responses so far

By Scott
on April 9, 2008

It sounds fantastic. The question is – this post is absolutely new and original!

By Jourgenz
on March 27, 2008

Hi.
It’s test. This site was probably down…

By An Jay
on January 18, 2008

No doubt, its great.

By Dejan
on January 12, 2008

@ shane plasebo
Well I’ve recently done some testing, I’ve connected it directly from Google and in IE6 it slows down page and soon freezes. I also had some difficulties to make it work with png background image.
But anyway this is great idea and i am sure these problems will be fixed in some of next versions

@ Tim
It’s just 11KB gzipped ;) and you can link it from Google

<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta)/IE8.js" type="text/javascript"></script>
<![endif]-->

By shane plasebo
on January 12, 2008

Have anyone tried it. I’ve tried it and it does not work at all. My IE 6 stops responding and shortly crashes.

By Tim
on January 11, 2008

This sounds great, all solutions in one file! I only hope its not to big in file size…

Thanks!

  1. Jun 30, 2008: reviews on internet explorer 7
  2. Feb 26, 2008: CSS Browser Selector | StylizedWeb.com