Доброго времени суток. Проблема с шаблоном следующая, сверстала шаблон он отлично встал в ие8, опере, сафаре и хроме, когда подключила CSS для ие 7 и 6 у меня стал криво отображаться шаблон и в ие 8. Залезла в инструменты вебмастера в ие 8 а там показано, что все теги начиная от <!DOCTYPE> и заканчивая подключаемыми скриптами, из header отображаются внутри тега body
Вот код который в шаблоне
<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $this->language; ?>"
lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="/templates/<?php echo $this->template ?>/css/css.css" type="text/css" />
<link rel="stylesheet" href="/templates/<?php echo $this->template ?>/css/style.css" type="text/css" />
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie7.css"/>
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie6.css"/>
<![endif]-->
</head>
А вот что показывают мне инструменты разработчика:
<!-- Создано средствами разработчика. Это может не быть точным представлением файла исходного источника -->
<HTML><HEAD><TITLE>Главная страница</TITLE></HEAD>
<BODY style="ZOOM: 100%">
<META name=robots content="index, follow">
<META name=keywords content="joomla, Joomla">
<META name=description content="Joomla! - the dynamic portal engine and content management system">
<META name=generator content="Joomla! 1.5 - Open Source Content Management"><LINK title="RSS 2.0" rel=alternate type=application/rss+xml href="/index.php?format=feed&type=rss"><LINK title="Atom 1.0" rel=alternate type=application/atom+xml href="/index.php?format=feed&type=atom">
<SCRIPT type=text/javascript src="/media/system/js/mootools.js"></SCRIPT>
<SCRIPT type=text/javascript src="/media/system/js/caption.js"></SCRIPT>
<LINK rel=stylesheet type=text/css href="/templates/magazin_navigatorov_osnovnoi/css/css.css"><LINK rel=stylesheet type=text/css href="/templates/magazin_navigatorov_osnovnoi/css/style.css"><LINK rel=stylesheet type=text/css href="css/ie7.css"><LINK rel=stylesheet type=text/css href="css/ie6.css"><LINK rel=stylesheet type=text/css href="css/css.css">
<DIV id=conteiner>
Может быть кто-то знает как решить проблему?