Склепал свой шаблон, вот с какой проблемой сталкнулся никак не могу в лисе отцентровать в ИЕ7 все норм в лисе никак, подскажите пожалуйста что я делаю не так Index.php Код (html): <?php echo '<?xml version="1.0" encoding="utf-8"?' .'>'; ?> <!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="<?php echo $mainframe->getCfg('live_site'); ?>/templates/ _system/css/general.css" type="text/css" /> <link rel="stylesheet" href="templates/Usadba1/css/template.css" type="text/css" /> <link href="css/template.css" rel="stylesheet" type="text/css" /> </head> <body> <table id="Table-01"> <tr> <td id="left-side"> </td> <td id="heder-lf"> </td> <td id="banner-top"> </td> <td id="right-side"> </td> </tr> <tr> <td id="index-2-04"> <jdoc:include type="modules" name="user1" style="" /></td> </tr> <tr> <td id="banner-botom"> </td> </tr> <tr> <td id="index-2-08"><jdoc:include type="component" style=" /> </td> <td id="menu-lf"> </td> <td id="index-2-12"> <jdoc:include type="modules" name="right" style="" /></td> </tr> <tr> </table> </body> </html> Вот CSS Код (html): * { margin: 0; padding: 0; } body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #950916; background-color:#FAEBB2; text-align: justify; } h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, .componentheading,.contentheading, .contentpagetitle,.sectiontableheader,.newsfeedheading{ margin: 1em 0; padding: 0; font-size: 16px; } li, dd, blockquote { margin-left: 1em; } fieldset { border: none; } input, select, textarea { font-size: 1em; } h1,.componentheading { font-size:14px; font-family: Verdana, Geneva, sans-serif; font-style: inherit; text-align: center; margin:1em 0; /* отступ заголовка: сверху/снизу */ padding:0 0em; /* отступ текста: слева/справа */ background:; } h2,.contentheading,a.contentheading:link,a.contentheading:visited, .contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited { font:; color:; font-size:14px; font-family:; font-style: normal; font-weight:; text-align: left; margin:1em 0; /* отступ заголовка: сверху/снизу */ padding:1em 1em; /* отступ текста: слева/справа */ background:; font-weight: bold; color: #09C; } h3,table.moduletable th { font:; color:; font-size:14px; font-family:; font-style:; font-weight:; text-align:; margin:1em 0; /* отступ заголовка: сверху/снизу */ padding:0 0em; /* отступ текста: слева/справа */ background:; } h4 { font:; color:; font-size:1.2em; font-family:; font-style:; font-weight:; text-align:; margin:1em 0; /* отступ заголовка: сверху/снизу */ padding:0 0em; /* отступ текста: слева/справа */ background:; } h5 { font:; color:; font-size:1.2em; font-family:; font-style:; font-weight:; text-align:; margin:1em 0; /* отступ заголовка: сверху/снизу */ padding:0 0em; /* отступ текста: слева/справа */ background:; } h6 { font:; color:; font-size:1.2em; font-family:; font-style:; font-weight:; text-align:; margin:1em 0; /* отступ заголовка: сверху/снизу */ padding:0 0em; /* отступ текста: слева/справа */ background:; } img { border: 0; padding: 5px; } p, td, tr, div { font:; color:; font-size:12px; font-family:; font-style:; font-weight:; text-align:; margin:0px 0; /* отступ по вертикали: сверху/снизу */ padding:0 0px; /* отступ по горизонтали: слева/справа */ background:; } p { font:; color:; font-size:12px; font-family:; font-style:; font-weight:; text-align:; margin:10px 0; /*отступ по вертикали: сверху/снизу*/ padding:0 0em; /*отступ по горизонтали: слева/справа*/ background:; } li > p { margin-top:0em; } pre { font-family: monospace; font-size: 1.0em; } strong, b { font-weight: bold; } td { font:; color:; font-size:; font-family:; font-style:; font-weight:; text-align:; } tr { font:; color:; font-family:; font-style:; font-weight:; text-align:; background:; margin-top: 1em; margin-right: 0; margin-bottom: 1em; margin-left: 0; padding-top: 0; padding-right: 0em; padding-bottom: 0; padding-left: 0em; top: auto; } abbr acronym { font:; color:; font-family:; font-style:; font-weight:; background:; } link { color:#36F } a { color:#950916; font-weight: bold; padding: 0px; margin: 10px; font-size: 12px; } #Table-01 { background-color:#FAEBB2; position:absolute; left:0px; top:0px; width:1002px; height:802px; vertical-align: top; margin-left:10%; } #left-side { background: transparent url(../images/left_side.png) top center no-repeat; position:absolute; left:0px; top:0px; width:28px; height:802px; } #heder-lf { background: transparent url(../images/heder_lf.jpg) top center no-repeat; position:absolute; left:28px; top:0px; width:431px; height:301px; } #banner-top { background: transparent url(../images/banner_top.png) top center no-repeat; position:absolute; left:459px; top:0px; width:510px; height:44px; } #right-side { background: transparent url(../images/right_side.png) top center no-repeat; position:absolute; left:969px; top:0px; width:33px; height:802px; } #index-2-04 { position:absolute; left:459px; top:44px; width:510px; height:181px; } #banner-botom { background: transparent url(../images/banner_botom.png) top center no-repeat; position:absolute; left:459px; top:225px; width:510px; height:76px; } #index-2-08 { position:absolute; left:28px; top:301px; width:689px; height:457px; margin-top:auto; margin-left:auto; } #menu-lf { background: transparent url(../images/menu_lf.png) top center no-repeat; position:absolute; left:717px; top:301px; width:52px; height:457px; } #index-2-12 { position:absolute; left:769px; top:301px; width:200px; height:457px; text-align:left; vertical-align:text-top; } #footer { background: transparent url(../images/footer.png) top center no-repeat; position:absolute; left:28px; top:758px; width:941px; height:44px; } На картинках результат отображения в Лисе и ИЕ7
у меня прекрасно отцентровалась таблица в FireFox с дополнением: <table align="center" id="Table-01"> что же у тебя за лис?