Making IE behave like normal browser
There is one cool javascript library that will make IE behave like normal browsers. It fixes many HTML and CSS issues like using CSS selectors (pseudo classes) and of course fixes transparent PNG problem in early IE versions.
And it's all by downloading one simple file and adding between <head> </head> tags simple code:
<!--[if lt IE 9]>
<script src="/js/IE9.js"></script>
<![endif]-->More information: http://code.google.com/p/ie7-js/
You may also be interested in:
Powered by BlogAlike.com










