views:

15

answers:

1

At the moment I have to migrate a web-application (ASP.NET 2.0 with Masterpages) from IE6 to IE7/IE8. Where can I find hints and guidelines for this topic? The webapplication looks fine in IE6 but completely awful in IE7 and IE8. In IE8 I cannot see the compatibility button.

A: 

This is not a question which has specific answers. Like you rightly said you have to differentiate and list out all the "awful" looking items and then start fixing those for IE7 and IE8.

If there are funcationality issues related to javascript, try changing them to jQuery which will make sure it works in most of the browsers.

If the issues are related to design then you will have to ask specific questions to get clear answers.

Shoban