If you receive a site which is working fine on all browser except IE6 (We can't rebuild the whole site's mark-up). and in IE6 layout is very disturbed.
and only IE6 supported CSS selector is being used in site.
then how do you start to finish to solve IE6 issues? what efforts do you make and how?
1st thing is to add IE6 only CSS
<!--[if IE 6]> <link rel="stylesheet" type="text/css" href="ie6.css" />
2nd thing is to Install (if not already installed) IE tester or VPC image+ MS Virtual PC
Now how do you analyze and solve all CSS issues? without making much changes in HTML code.
remember ,site is working fine on all browser even in IE7 and IE8 and FF.