Search This Blog

Powered By Blogger

Friday, December 17, 2010

IE’s Compatibility Issues

IE 7 has started to adopt Web standards for rendering HTML elements, in contrast to the previous versions that had a plethora of standard-related issues. However, due to an almost 90 per cent share of the browser market, most Web developers had to hack their source code in “illegal” ways so that their rendering would not be broken. Many sites you will visit on the WWW have still not updated their code, and will be rendered horribly, with fonts and links askew. A registry hack can allow you to display such sites in IE7 with IE6′s default behavior. Go to Start > Run, type regedit and press [Enter]. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Mi crosoft\Windows\CurrentVersion \Internet Settings\5.0\User Agent. Right-click on the white space and select New > String Value. Name the string Version. Right-click on the new value and select Modify. Insert MSIE 6.0, close the registry editor and restart IE. All sites will now be rendered properly.

No comments:

Post a Comment