Если в процессе сборки сайта возникают проблемы с IE, то можно для каждой версии написать свой код CSS. Сайт «Сахалин-2» (www.gazprom-sh.nl/ru/
) разработан с подключением отдельных страниц стилей для каждой версии ИЕ. Вот как это выглядит:
<!--[if lte IE 7]> <link rel="stylesheet" type="text/css" media="Screen" href="/f/1/global/css/html-ie.css?v=1" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" media="Screen" href="/f/1/global/css/html-ie6.css?v=1" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" media="Screen" href="/f/1/global/css/main-ie.css?v=1" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" media="Screen" href="/f/1/global/css/main-ie6.css?v=1" /> <![endif]--> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" media="Screen" href="/f/1/global/css/inside-page-ie.css?v=1" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" media="Screen" href="/f/1/global/css/inside-page-ie6.css?v=1" /> <![endif]-->