Archive for the ‘Javascript’ Category

Help IE Render Normal

Wednesday, June 25th, 2008

I ran into this little javascript file a while back and include it in all of my websites now. It’s called ie8.js and it helps IE6 and IE7 render like a normal standard compliant browser should. It is still in beta but it is very impressive. One example of what it can do is that I can now get IE to recognize the css :hover on tags that aren’t <a> tags. I also have noticed I use a lot less IE css fixes because it follows the box model a lot more like it should. It also fixes the png problem for IE6. It is simply wonderful.

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