Вот условия прописанные для Internet explorer в файле index.php
!--[if IE 7]>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 6]>
<link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 8]>
<link href="templates/<?php echo $this->template ?>/css/ie8.css" rel="stylesheet" type="text/css" />
<![endif]-->
Когда начинаю редактировать таблицу стилей к примеру ie8.css на сайте никаких изменений не замечаю. вот таблица стилей для ie8.
/* ie8.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */
/*
* global bug fixes
*/
/* reset forcing vertical scrollbar */
body { overflow: visible; }
/* list-numbering bug */
body ol li { display: list-item; }
/*
* layout
*/
.width15 { width: 14.9%; }
.width18 { width: 17.9%; }
.width20 { width: 19.9%; }
.width23 { width: 22.9%; }
.width25 { width: 24.9%; }
.width33 { width: 32.9%; }
.width34 { width: 33.9%; }
.width35 { width: 34.9%; }
.width40 { width: 39.9%; }
.width45 { width: 44.9%; }
.width50 { width: 49.9%; }
.width54 { width: 53.9%; }
.width65 { width: 64.9%; }
.width75 { width: 74.9%; }
/*
* menus
*/
/* topmenu */
#toolbar ul.menu,
#footer ul.menu { white-space: nowrap; }
#toolbar .menu li,
#footer .menu li,
#toolbar .menu li a,
#footer .menu li a { display: inline; }
/* menu */
#menu span { cursor: pointer; }
#menu .columns2 ul.level2 { width: 49.9%; }
#menu .columns3 ul.level2 { width: 33.9%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 32.9%; }
#menu .columns4 ul.level2 { width: 24.9%; }
#menu li.level2 {
float: left;
width: 100%;
}
#menu div.fancy div.fancy-2 { zoom: 1; }
/* sub menu */
.mod-menu ul.menu span { cursor: pointer; }
/* modules */
#left .mod-menu,
#contentleft .mod-menu,
#contentright .mod-menu { zoom: 1 }
/* Joomla */
div.joomla div.icons { min-width: 25px; }
/* typography */
ol.disc { padding: 5px 5px 5px 50px; }
ol.disc li { padding-left: 125px; }
hr.dotted {
background: 0000;
border: dotted 20px #c8c8c8;
}
p.dropcap:first-letter { line-height: 110%; }