Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« : 04.02.2012, 10:06:05 » |
|
Парни, подскажите, пожалуйста, как решить проблему: трехколоночный шаблон, сделанный в artisteer3, при просмотре в IE три колонки сворачиваются в одну и вообще неправильно отображается. (кстати, все трехколоночные шаблоны, сделанные в artisteer2, везде отображаются нормально, почему?). Сайт (пример) volchonok(.)dp(.)ua. Бывают случаи, когда правая колонка смещается влево и частично перекрывает центральную. Примеры - сайты danwigs(.)com, sklad(.)us. Во все браузерах, кроме IE, отображается все нормально. Кто поможет разобраться, объяснить и устранить причину - помощь оплачу через WebMoney или другим взаимно удобным способом. Коды и сами шаблоны могу предоставить. Заранее спасибо.
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #1 : 04.02.2012, 12:40:16 » |
|
во первых ПО ЧИСТЬ СКРИПТЫ! у тебя самое не индексируемое положение, так-как контент загружается аяксом. я бы вообще пошел бы и повесил дизайнеров которые тебе делали сайт... ибо такого г я давно не видел... проблема: Контент не загружается в исходный код. рещение - переписать полностью весь шаблон, если и должно что-то догружаться то точно не контент.
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #2 : 04.02.2012, 12:41:57 » |
|
+ смотри исходный код страниц, там должен быть скрипт который выполняет проверку на браузер, его лучще всего УДАЛИТЬ
|
|
|
|
|
Записан
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #3 : 04.02.2012, 13:23:18 » |
|
проблема: Контент не загружается в исходный код. рещение - переписать полностью весь шаблон, если и должно что-то догружаться то точно не контент.
Не загружается только в IE...
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #4 : 04.02.2012, 13:32:13 » |
|
именно по этому смотри скрипты. походу в них что-то проверяет браузер (одно это уже смертельно).
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #5 : 04.02.2012, 13:36:20 » |
|
у тебя ошибка в скрипте
AJS.preloadImages говорит что GB_ROOT_DIR не задан. попробуй переделай без этого скрипта вообще дай index.php посмотрю что выдернуть можно
|
|
|
|
|
Записан
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #6 : 04.02.2012, 15:04:26 » |
|
у тебя ошибка в скрипте
AJS.preloadImages говорит что GB_ROOT_DIR не задан. попробуй переделай без этого скрипта вообще дай index.php посмотрю что выдернуть можно
index.php шаблона : <?php defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__). DIRECTORY_SEPARATOR . 'functions.php'; $document = null; if (isset($this)) $document = & $this; $baseUrl = $this->baseurl; $templateUrl = $this->baseurl . '/templates/' . $this->template; artxComponentWrapper($document); ?> <!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 $this->baseurl; ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
</head> <body> <div id="art-main"> <div class="art-sheet"> <div class="art-sheet-tl"></div> <div class="art-sheet-tr"></div> <div class="art-sheet-bl"></div> <div class="art-sheet-br"></div> <div class="art-sheet-tc"></div> <div class="art-sheet-bc"></div> <div class="art-sheet-cl"></div> <div class="art-sheet-cr"></div> <div class="art-sheet-cc"></div> <div class="art-sheet-body"> <div class="art-header"> <div class="art-header-center"> <div class="art-header-png"></div> </div> <script type="text/javascript" src="<?php echo $templateUrl; ?>/swfobject.js"></script> <div id="art-flash-area"> <div id="art-flash-container"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="967" height="327" id="art-flash-object"> <param name="movie" value="<?php echo $templateUrl; ?>/container.swf" /> <param name="quality" value="high" /> <param name="scale" value="default" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="color1=0xFFFFFF&alpha1=.64&framerate1=24&loop=true&wmode=transparent&clip=<?php echo $templateUrl; ?>/images/flash.swf&radius=3&clipx=-170&clipy=0&initalclipw=900&initalcliph=225&clipw=1308&cliph=327&width=967&height=327&textblock_width=0&textblock_align=no" /> <param name="swfliveconnect" value="true" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="<?php echo $templateUrl; ?>/container.swf" width="967" height="327"> <param name="quality" value="high" /> <param name="scale" value="default" /> <param name="wmode" value="transparent" /> <param name="flashvars" value="color1=0xFFFFFF&alpha1=.64&framerate1=24&loop=true&wmode=transparent&clip=<?php echo $templateUrl; ?>/images/flash.swf&radius=3&clipx=-170&clipy=0&initalclipw=900&initalcliph=225&clipw=1308&cliph=327&width=967&height=327&textblock_width=0&textblock_align=no" /> <param name="swfliveconnect" value="true" /> <!--<![endif]--> <div class="art-flash-alt"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></div> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> </div> <script type="text/javascript">swfobject.switchOffAutoHideShow();swfobject.registerObject("art-flash-object", "9.0.0", "<?php echo $templateUrl; ?>/expressInstall.swf");</script>
</div> <jdoc:include type="modules" name="user3" /> <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" /> <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?> <div class="art-content-layout"> <div class="art-content-layout-row"> <?php if (artxCountModules($document, 'left')) : ?> <div class="art-layout-cell art-sidebar1"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'left', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?> <?php $contentCellStyle = artxGetContentCellStyle($document); ?> <div class="art-layout-cell art-<?php echo $contentCellStyle; ?>">
<?php echo artxModules($document, 'banner2', 'art-nostyle'); if (artxCountModules($document, 'breadcrumb')) echo artxPost(null, artxModules($document, 'breadcrumb')); echo artxPositions($document, array('user1', 'user2'), 'art-article'); echo artxModules($document, 'banner3', 'art-nostyle'); ?> <?php if (artxHasMessages()) : ?><div class="art-post"> <div class="art-post-body"> <div class="art-post-inner"> <div class="art-postcontent">
<jdoc:include type="message" />
</div> <div class="cleared"></div>
</div>
<div class="cleared"></div> </div> </div> <?php endif; ?> <div id="main_search"> <jdoc:include type="component" /> </div> <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?> <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?> <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
<div class="cleared"></div> </div> <?php if (artxCountModules($document, 'right')) : ?> <div class="art-layout-cell art-sidebar2"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'right', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?>
</div> </div> <div class="cleared"></div>
<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?> <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" /> <div class="art-footer"> <div class="art-footer-t"></div> <div class="art-footer-l"></div> <div class="art-footer-b"></div> <div class="art-footer-r"></div> <div class="art-footer-body"> <?php echo artxModules($document, 'syndicate'); ?> <div class="art-footer-text"> <?php if (artxCountModules($document, 'copyright') == 0): ?> <?php ob_start(); ?> <!--<p><a href="#">Link1</a> | <a href="#">Link2</a> | <a href="#">Link3</a></p>--><p>Copyright © 2011 VOLCHONOK.DP.UA</p>
<?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); ?> <?php else: ?> <?php echo artxModules($document, 'copyright', 'art-nostyle'); ?> <?php endif; ?> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> <p class="art-page-footer"></p>
</div> </body> </html>
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #7 : 04.02.2012, 17:39:27 » |
|
<?php defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__). DIRECTORY_SEPARATOR . 'functions.php'; $document = null; if (isset($this)) $document = & $this; $baseUrl = $this->baseurl; $templateUrl = $this->baseurl . '/templates/' . $this->template; artxComponentWrapper($document); ?> <!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 $this->baseurl; ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" /> </head> <body> <div id="art-main"> <div class="art-sheet"> <div class="art-sheet-tl"></div> <div class="art-sheet-tr"></div> <div class="art-sheet-bl"></div> <div class="art-sheet-br"></div> <div class="art-sheet-tc"></div> <div class="art-sheet-bc"></div> <div class="art-sheet-cl"></div> <div class="art-sheet-cr"></div> <div class="art-sheet-cc"></div> <div class="art-sheet-body"> <div class="art-header"> <div class="art-header-center"> <div class="art-header-png"></div> </div> <script type="text/javascript" src="<?php echo $templateUrl; ?>/swfobject.js"></script> <script type="text/javascript">swfobject.switchOffAutoHideShow();swfobject.registerObject("art-flash-object", "9.0.0", "<?php echo $templateUrl; ?>/expressInstall.swf");</script>
</div> <jdoc:include type="modules" name="user3" /> <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" /> <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?> <div class="art-content-layout"> <div class="art-content-layout-row"> <?php if (artxCountModules($document, 'left')) : ?> <div class="art-layout-cell art-sidebar1"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'left', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?> <?php $contentCellStyle = artxGetContentCellStyle($document); ?> <div class="art-layout-cell art-<?php echo $contentCellStyle; ?>">
<?php echo artxModules($document, 'banner2', 'art-nostyle'); if (artxCountModules($document, 'breadcrumb')) echo artxPost(null, artxModules($document, 'breadcrumb')); echo artxPositions($document, array('user1', 'user2'), 'art-article'); echo artxModules($document, 'banner3', 'art-nostyle'); ?> <?php if (artxHasMessages()) : ?><div class="art-post"> <div class="art-post-body"> <div class="art-post-inner"> <div class="art-postcontent">
<jdoc:include type="message" />
</div> <div class="cleared"></div>
</div>
<div class="cleared"></div> </div> </div> <?php endif; ?> <div id="main_search"> <jdoc:include type="component" /> </div> <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?> <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?> <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
<div class="cleared"></div> </div> <?php if (artxCountModules($document, 'right')) : ?> <div class="art-layout-cell art-sidebar2"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'right', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?>
</div> </div> <div class="cleared"></div>
<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?> <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" /> <div class="art-footer"> <div class="art-footer-t"></div> <div class="art-footer-l"></div> <div class="art-footer-b"></div> <div class="art-footer-r"></div> <div class="art-footer-body"> <?php echo artxModules($document, 'syndicate'); ?> <div class="art-footer-text"> <?php if (artxCountModules($document, 'copyright') == 0): ?> <?php ob_start(); ?> <p>Copyright © 2011 VOLCHONOK.DP.UA</p>
<?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); ?> <?php else: ?> <?php echo artxModules($document, 'copyright', 'art-nostyle'); ?> <?php endif; ?> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> <p class="art-page-footer"></p>
</div> </body> </html> попробуй так, может поможет, тока снег я выключил
|
|
|
|
|
Записан
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #8 : 04.02.2012, 17:54:28 » |
|
<?php defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__). DIRECTORY_SEPARATOR . 'functions.php'; $document = null; if (isset($this)) $document = & $this; $baseUrl = $this->baseurl; $templateUrl = $this->baseurl . '/templates/' . $this->template; artxComponentWrapper($document); ?> <!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 $this->baseurl; ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" /> </head> <body> <div id="art-main"> <div class="art-sheet"> <div class="art-sheet-tl"></div> <div class="art-sheet-tr"></div> <div class="art-sheet-bl"></div> <div class="art-sheet-br"></div> <div class="art-sheet-tc"></div> <div class="art-sheet-bc"></div> <div class="art-sheet-cl"></div> <div class="art-sheet-cr"></div> <div class="art-sheet-cc"></div> <div class="art-sheet-body"> <div class="art-header"> <div class="art-header-center"> <div class="art-header-png"></div> </div> <script type="text/javascript" src="<?php echo $templateUrl; ?>/swfobject.js"></script> <script type="text/javascript">swfobject.switchOffAutoHideShow();swfobject.registerObject("art-flash-object", "9.0.0", "<?php echo $templateUrl; ?>/expressInstall.swf");</script>
</div> <jdoc:include type="modules" name="user3" /> <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" /> <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?> <div class="art-content-layout"> <div class="art-content-layout-row"> <?php if (artxCountModules($document, 'left')) : ?> <div class="art-layout-cell art-sidebar1"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'left', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?> <?php $contentCellStyle = artxGetContentCellStyle($document); ?> <div class="art-layout-cell art-<?php echo $contentCellStyle; ?>">
<?php echo artxModules($document, 'banner2', 'art-nostyle'); if (artxCountModules($document, 'breadcrumb')) echo artxPost(null, artxModules($document, 'breadcrumb')); echo artxPositions($document, array('user1', 'user2'), 'art-article'); echo artxModules($document, 'banner3', 'art-nostyle'); ?> <?php if (artxHasMessages()) : ?><div class="art-post"> <div class="art-post-body"> <div class="art-post-inner"> <div class="art-postcontent">
<jdoc:include type="message" />
</div> <div class="cleared"></div>
</div>
<div class="cleared"></div> </div> </div> <?php endif; ?> <div id="main_search"> <jdoc:include type="component" /> </div> <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?> <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?> <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
<div class="cleared"></div> </div> <?php if (artxCountModules($document, 'right')) : ?> <div class="art-layout-cell art-sidebar2"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'right', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?>
</div> </div> <div class="cleared"></div>
<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?> <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" /> <div class="art-footer"> <div class="art-footer-t"></div> <div class="art-footer-l"></div> <div class="art-footer-b"></div> <div class="art-footer-r"></div> <div class="art-footer-body"> <?php echo artxModules($document, 'syndicate'); ?> <div class="art-footer-text"> <?php if (artxCountModules($document, 'copyright') == 0): ?> <?php ob_start(); ?> <p>Copyright © 2011 VOLCHONOK.DP.UA</p>
<?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); ?> <?php else: ?> <?php echo artxModules($document, 'copyright', 'art-nostyle'); ?> <?php endif; ?> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> <p class="art-page-footer"></p>
</div> </body> </html> попробуй так, может поможет, тока снег я выключил <?php defined('_JEXEC') or die('Restricted access'); // no direct access require_once dirname(__FILE__). DIRECTORY_SEPARATOR . 'functions.php'; $document = null; if (isset($this)) $document = & $this; $baseUrl = $this->baseurl; $templateUrl = $this->baseurl . '/templates/' . $this->template; artxComponentWrapper($document); ?> <!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 $this->baseurl; ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" media="screen" /> </head> <body> <div id="art-main"> <div class="art-sheet"> <div class="art-sheet-tl"></div> <div class="art-sheet-tr"></div> <div class="art-sheet-bl"></div> <div class="art-sheet-br"></div> <div class="art-sheet-tc"></div> <div class="art-sheet-bc"></div> <div class="art-sheet-cl"></div> <div class="art-sheet-cr"></div> <div class="art-sheet-cc"></div> <div class="art-sheet-body"> <div class="art-header"> <div class="art-header-center"> <div class="art-header-png"></div> </div> <script type="text/javascript" src="<?php echo $templateUrl; ?>/swfobject.js"></script> <script type="text/javascript">swfobject.switchOffAutoHideShow();swfobject.registerObject("art-flash-object", "9.0.0", "<?php echo $templateUrl; ?>/expressInstall.swf");</script>
</div> <jdoc:include type="modules" name="user3" /> <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" /> <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?> <div class="art-content-layout"> <div class="art-content-layout-row"> <?php if (artxCountModules($document, 'left')) : ?> <div class="art-layout-cell art-sidebar1"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'left', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?> <?php $contentCellStyle = artxGetContentCellStyle($document); ?> <div class="art-layout-cell art-<?php echo $contentCellStyle; ?>">
<?php echo artxModules($document, 'banner2', 'art-nostyle'); if (artxCountModules($document, 'breadcrumb')) echo artxPost(null, artxModules($document, 'breadcrumb')); echo artxPositions($document, array('user1', 'user2'), 'art-article'); echo artxModules($document, 'banner3', 'art-nostyle'); ?> <?php if (artxHasMessages()) : ?><div class="art-post"> <div class="art-post-body"> <div class="art-post-inner"> <div class="art-postcontent">
<jdoc:include type="message" />
</div> <div class="cleared"></div>
</div>
<div class="cleared"></div> </div> </div> <?php endif; ?> <div id="main_search"> <jdoc:include type="component" /> </div> <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?> <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?> <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
<div class="cleared"></div> </div> <?php if (artxCountModules($document, 'right')) : ?> <div class="art-layout-cell art-sidebar2"> <div class="art-layout-bg"></div> <?php echo artxModules($document, 'right', 'art-block'); ?>
<div class="cleared"></div> </div> <?php endif; ?>
</div> </div> <div class="cleared"></div>
<?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?> <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" /> <div class="art-footer"> <div class="art-footer-t"></div> <div class="art-footer-l"></div> <div class="art-footer-b"></div> <div class="art-footer-r"></div> <div class="art-footer-body"> <?php echo artxModules($document, 'syndicate'); ?> <div class="art-footer-text"> <?php if (artxCountModules($document, 'copyright') == 0): ?> <?php ob_start(); ?> <p>Copyright © 2011 VOLCHONOK.DP.UA</p>
<?php echo str_replace('%YEAR%', date('Y'), ob_get_clean()); ?> <?php else: ?> <?php echo artxModules($document, 'copyright', 'art-nostyle'); ?> <?php endif; ?> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> </div> </div> <div class="cleared"></div> <p class="art-page-footer"></p>
</div> </body> </html> попробуй так, может поможет, тока снег я выключил Все равно в IE тот же косяк... 
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #9 : 04.02.2012, 18:16:18 » |
|
скажу так... тебе легче будет переписать весь шаблон, чем поправить эту ошибку...
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #10 : 04.02.2012, 18:36:49 » |
|
#art-main, table { font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; } h1, h2, h3, h4, h5, h6, p, a, ul, ol, li { margin: 0; padding: 0; } body { background-attachment: fixed; background-color: #B2C2D1; background-image: url("../images/Bottom_texture.jpg"); background-position: left top; background-repeat: repeat; color: #7D2B03; margin: 0 auto; padding: 0; } .art-postcontent, .art-postcontent li, .art-postcontent table, .art-postcontent a, .art-postcontent a:link, .art-postcontent a:visited, .art-postcontent a.visited, .art-postcontent a:hover, .art-postcontent a.hovered { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 14px; } .art-postcontent p { margin: 12px 0; } h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #CB0616; font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 18px; } .art-postcontent a { color: #FA5705; text-decoration: none; } .art-postcontent a:link { color: #FA5705; text-decoration: none; } .art-postcontent a:visited, .art-postcontent a.visited { color: #000000; } .art-postcontent a:hover, .art-postcontent a.hover { color: #679C5E; } .art-postcontent h1 { color: #963403; font-size: 16px; margin: 21px 0; } .art-postcontent h2 { color: #963403; font-size: 16px; margin: 19px 0; } .art-postcontent h3 { color: #963403; font-size: 16px; margin: 19px 0; } .art-postcontent h4 { color: #7D2B03; font-size: 16px; margin: 20px 0; } .art-postcontent h5 { color: #7D2B03; font-size: 13px; margin: 26px 0; } .art-postcontent h6 { color: #7D2B03; font-size: 11px; margin: 35px 0; } ul { list-style-type: none; } ol { list-style-position: inside; } #art-main { cursor: default; left: 0; position: relative; top: 0; width: 100%; } .cleared { border: medium none; clear: both; float: none; font-size: 1px; margin: 0; padding: 0; } form { margin: 0 !important; padding: 0 !important; } table.position { position: relative; table-layout: fixed; width: 100%; } .art-sheet { margin: 0 auto; min-height: 41px; min-width: 41px; position: relative; } .art-sheet-body { padding: 13px; position: relative; } .art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl { position: absolute; } .art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl { background-image: url("../images/sheet_s.png"); height: 68px; width: 68px; } .art-sheet-tl { clip: rect(auto, 34px, 34px, auto); left: 0; top: 0; } .art-sheet-tr { clip: rect(auto, auto, 34px, 34px); right: 0; top: 0; } .art-sheet-bl { bottom: 0; clip: rect(34px, 34px, auto, auto); left: 0; } .art-sheet-br { bottom: 0; clip: rect(34px, auto, auto, 34px); right: 0; } .art-sheet-tc, .art-sheet-bc { background-image: url("../images/sheet_h.png"); height: 68px; left: 34px; right: 34px; } .art-sheet-tc { clip: rect(auto, auto, 34px, auto); top: 0; } .art-sheet-bc { bottom: 0; clip: rect(34px, auto, auto, auto); } .art-sheet-cr, .art-sheet-cl { background-image: url("../images/sheet_v.png"); bottom: 34px; top: 34px; width: 68px; } .art-sheet-cr { clip: rect(auto, auto, auto, 34px); right: 0; } .art-sheet-cl { clip: rect(auto, 34px, auto, auto); left: 0; } .art-sheet-cc { background-image: url("../images/sheet_c.png"); bottom: 34px; left: 34px; position: absolute; right: 34px; top: 34px; } .art-sheet { cursor: auto; margin-bottom: 5px !important; top: 5px !important; width: 993px; } div.art-header { height: 327px; margin: 0 auto; overflow: hidden; position: relative; width: 100%; } div.art-header-center { left: 50%; position: relative; width: 967px; } div.art-header-png { background-image: url("../images/header.png"); background-position: center center; background-repeat: no-repeat; height: 327px; left: -50%; position: absolute; top: 0; width: 967px; } #art-flash-area { height: 327px; left: 0; position: absolute; top: 0; width: 967px; } #art-flash-container { height: 327px; left: 0; position: absolute; top: 0; width: 967px; } #art-flash-container div.art-flash-alt { height: 30px; margin: 0 auto; position: relative; top: 0; width: 110px; } div.art-logo { display: block; left: 10px; position: absolute; top: 20px; width: 500px; } h1.art-logo-name { display: block; } h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover { font-size: 28px; margin: 0; padding: 0; text-decoration: none; } h2.art-logo-text, h2.art-logo-text a, h2.art-logo-text a:link, h2.art-logo-text a:visited, h2.art-logo-text a:hover { font-size: 14px; margin: 0; padding: 0; } h2.art-logo-text { display: block; } .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover { outline: medium none; } .art-menu, .art-menu ul { border: 0 none; display: block; list-style-type: none; margin: 0; padding: 0; } .art-menu li { background: none repeat scroll 0 0 transparent; border: 0 none; display: block; float: left; margin: 0; padding: 0; position: relative; z-index: 5; } .art-menu li:hover { white-space: normal; z-index: 10000; } .art-menu li li { float: none; } .art-menu ul { background: none repeat scroll 0 0 transparent; left: 0; position: absolute; top: 0; visibility: hidden; z-index: 10; } .art-menu li:hover > ul { top: 100%; visibility: visible; } .art-menu li li:hover > ul { left: 100%; top: 0; } .art-menu:after, .art-menu ul:after { clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; } .art-menu, .art-menu ul { min-height: 0; } .art-menu ul { background-image: url("../images/spacer.gif"); margin: -10px 0 0 -30px; padding: 10px 30px 30px; } .art-menu ul ul { margin: -30px 0 0 -10px; padding: 30px 30px 30px 10px; } .art-menu { padding: 0; } .art-nav { min-height: 32px; position: relative; z-index: 100; } .art-menu a { cursor: pointer; display: block; height: 32px; overflow: hidden; position: relative; text-decoration: none; } .art-menu ul li { clear: both; margin: 0; } .art-menu a .r, .art-menu a .l { background-image: url("../images/menuitem.png"); display: block; height: 106px; position: absolute; top: 0; z-index: -1; } .art-menu a .l { left: 0; right: 0; } .art-menu a .r { clip: rect(auto, auto, auto, 400px); right: 0; width: 400px; } .art-menu a .t, .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 18px; text-align: left; text-decoration: none; } .art-menu a .t { color: #051DBD; line-height: 32px; margin: 0; padding: 0 12px; text-align: center; } .art-menu a:hover .l, .art-menu a:hover .r { top: -37px; } .art-menu li:hover > a .l, .art-menu li:hover > a .r { top: -37px; } .art-menu li:hover a .l, .art-menu li:hover a .r { top: -37px; } .art-menu a:hover .t { color: #FF1100; } .art-menu li:hover a .t { color: #FF1100; } .art-menu li:hover > a .t { color: #FF1100; } .art-menu a.separator-without-submenu:hover { cursor: default; } .art-menu a.separator-without-submenu:hover .t { color: #051DBD; } .art-menu li:hover a.separator-without-submenu .t { color: #051DBD; } a.separator-without-submenu:hover .r, a.separator-without-submenu:hover .l { top: 0 !important; } .art-menu .art-menu-li-separator { display: block; height: 32px; width: 1px; } .art-nav .art-menu-separator { background-image: url("../images/menuseparator.png"); display: block; height: 32px; margin: 0 auto; width: 1px; } .art-menu ul a { background-image: url("../images/subitem.png"); background-position: left top; background-repeat: repeat-x; border-color: #FEF2D2; border-style: solid; border-width: 1px; display: block; height: 25px; line-height: 25px; overflow: hidden; text-align: center; white-space: nowrap; width: 180px; } .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span { background-image: none; display: inline; float: none; margin: inherit; padding: inherit; text-align: inherit; text-decoration: inherit; } .art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span { color: #DC4C04; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; line-height: 25px; margin: 0; padding: 0; text-align: left; text-decoration: none; text-indent: 12px; } .art-menu ul li a:hover { background-position: 0 -25px; border-color: #FB722D; color: #000000; } .art-menu ul li:hover > a { background-position: 0 -25px; border-color: #FB722D; color: #000000; } .art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span { color: #000000; } .art-nav .art-menu ul li:hover > a span, .art-nav .art-menu ul li:hover > a span span { color: #000000; } .art-content-layout { border-collapse: collapse; display: inline; width: 100%; } .art-layout-cell, .art-content-layout-row { background-color: Transparent; border: medium none !important; margin: 0 !important; padding: 0 !important; text-align: left; vertical-align: top; width: 59%; } .art-content-layout .art-content-layout { margin: 0; width: auto; } .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell { display: inline-block; } .art-layout-cell .art-layout-cell { display: block; } .art-content-layout-row { display: table-row; } .art-layout-glare { position: relative; } .art-vmenublock { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-vmenublock-body { padding: 0; position: relative; } .art-vmenublock { margin: 5px; } .art-vmenublockheader { margin-bottom: 0; } .art-vmenublockheader, .art-vmenublockheader h3.t { height: 26px; position: relative; } .art-vmenublockheader h3.t, .art-vmenublockheader h3.t a, .art-vmenublockheader h3.t a:link, .art-vmenublockheader h3.t a:visited, .art-vmenublockheader h3.t a:hover { color: #506B86; font-size: 14px; } .art-vmenublockheader h3.t { line-height: 26px; margin: 0; padding: 0 10px 0 5px; white-space: nowrap; } .art-vmenublockcontent { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-vmenublockcontent-body { padding: 0; position: relative; } .art-vmenublockcontent { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-vmenublockcontent-body { padding: 0; position: relative; } ul.art-vmenu, ul.art-vmenu li { line-height: 0; list-style: none outside none; margin: 0; padding: 0; width: auto; } ul.art-vmenu a { cursor: pointer; display: block; height: 30px; overflow: hidden; position: relative; text-decoration: none; } ul.art-vmenu li.art-vmenu-separator { display: block; font-size: 1px; margin: 0; padding: 2px 0; } ul.art-vmenu .art-vmenu-separator-span { border: medium none; display: block; font-size: 1px; height: 0; line-height: 0; padding: 0; } ul.art-vmenu a .r, ul.art-vmenu a .l { background-image: url("../images/vmenuitem.png"); display: block; height: 100px; position: absolute; top: 0; } ul.art-vmenu a .l { left: 0; right: 4px; } ul.art-vmenu a .r { clip: rect(auto, auto, auto, 971px); right: 0; width: 975px; } ul.art-vmenu a .t, ul.art-vmenu ul a { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 16px; font-style: normal; font-weight: bold; } ul.art-vmenu a .t { color: #679C5E; display: block; line-height: 30px; margin-left: 0; margin-right: 0; padding: 0 11px; position: relative; top: 0; } ul.art-vmenu a.active .l, ul.art-vmenu a.active .r { top: -70px; } ul.art-vmenu a.active .t { color: #963403; } ul.art-vmenu a:hover .l, ul.art-vmenu a:hover .r { top: -35px; } ul.art-vmenu a:hover .t { color: #7F5305; } ul.art-vmenu ul, ul.art-vmenu ul li { margin: 0; padding: 0; } ul.art-vmenu ul a { background-image: url("../images/vsubitem.gif"); background-position: 25px 0; background-repeat: repeat-x; display: block; height: 20px; overflow: visible; padding-left: 25px; white-space: nowrap; } ul.art-vmenu ul li { padding: 0; } ul.art-vmenu ul span, ul.art-vmenu ul span span { background-image: none; display: inline; float: none; margin: inherit; padding: inherit; text-align: inherit; text-decoration: inherit; } ul.art-vmenu ul a, ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:hover, ul.art-vmenu ul a:active, ul.art-vmenu ul span, ul.art-vmenu ul span span { color: #1A3647; font-family: Arial,Helvetica,Sans-Serif; font-size: 11px; line-height: 20px; margin-left: 0; } ul.art-vmenu ul { margin: 0; } ul.art-vmenu ul ul { margin: 0; } ul.art-vmenu ul li.art-vsubmenu-separator { display: block; font-size: 1px; margin: 0; padding: 0; } ul.art-vmenu ul .art-vsubmenu-separator-span { border: medium none; display: block; font-size: 1px; height: 0; line-height: 0; margin: 0; padding: 0; } ul.art-vmenu ul li.art-vmenu-separator-first { padding-bottom: 2px; } ul.art-vmenu ul li li a { background-position: 50px 0; padding-left: 50px; } ul.art-vmenu ul li li li a { background-position: 75px 0; padding-left: 75px; } ul.art-vmenu ul li li li li a { background-position: 100px 0; padding-left: 100px; } ul.art-vmenu ul li li li li li a { background-position: 125px 0; padding-left: 125px; } ul.art-vmenu ul li a.active { background-position: 25px -50px; color: #24303D; } ul.art-vmenu ul li li a.active { background-position: 50px -50px; } ul.art-vmenu ul li li li a.active { background-position: 75px -50px; } ul.art-vmenu ul li li li li a.active { background-position: 100px -50px; } ul.art-vmenu ul li li li li li a.active { background-position: 125px -50px; } ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a.active:hover { background-position: 25px -25px; color: #1B242D; } ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a.active:hover { background-position: 50px -25px; } ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a.active:hover { background-position: 75px -25px; } ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a.active:hover { background-position: 100px -25px; } ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a.active:hover { background-position: 125px -25px; } .art-block { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-block-body { padding: 0; position: relative; } .art-block { margin: 5px; } .art-blockheader { margin-bottom: 0; } .art-blockheader, .art-blockheader h3.t { height: 38px; position: relative; } .art-blockheader h3.t, .art-blockheader h3.t a, .art-blockheader h3.t a:link, .art-blockheader h3.t a:visited, .art-blockheader h3.t a:hover { color: #2D5E7B; font-size: 12px; } .art-blockheader h3.t { line-height: 38px; margin: 0; padding: 0 10px 0 36px; white-space: nowrap; } .art-blockheader .l, .art-blockheader .r { background-image: url("../images/blockheader.png"); height: 38px; position: absolute; } .art-blockheader .l { left: 0; right: 29px; } .art-blockheader .r { clip: rect(auto, auto, auto, 938px); right: 0; width: 967px; } .art-blockcontent { margin: 0 auto; min-height: 15px; min-width: 15px; position: relative; } .art-blockcontent-body { padding: 6px; position: relative; } .art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl, .art-blockcontent-tc, .art-blockcontent-bc, .art-blockcontent-cr, .art-blockcontent-cl { position: absolute; } .art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl { background-image: url("../images/blockcontent_s.png"); height: 14px; width: 14px; } .art-blockcontent-tl { clip: rect(auto, 7px, 7px, auto); left: 0; top: 0; } .art-blockcontent-tr { clip: rect(auto, auto, 7px, 7px); right: 0; top: 0; } .art-blockcontent-bl { bottom: 0; clip: rect(7px, 7px, auto, auto); left: 0; } .art-blockcontent-br { bottom: 0; clip: rect(7px, auto, auto, 7px); right: 0; } .art-blockcontent-tc, .art-blockcontent-bc { background-image: url("../images/blockcontent_h.png"); height: 14px; left: 7px; right: 7px; } .art-blockcontent-tc { clip: rect(auto, auto, 7px, auto); top: 0; } .art-blockcontent-bc { bottom: 0; clip: rect(7px, auto, auto, auto); } .art-blockcontent-cr, .art-blockcontent-cl { background-image: url("../images/blockcontent_v.png"); bottom: 7px; top: 7px; width: 14px; } .art-blockcontent-cr { clip: rect(auto, auto, auto, 7px); right: 0; } .art-blockcontent-cl { clip: rect(auto, 7px, auto, auto); left: 0; } .art-blockcontent-cc { background-color: #90DBF9; bottom: 7px; left: 7px; position: absolute; right: 7px; top: 7px; } .art-blockcontent-body, .art-blockcontent-body li, .art-blockcontent-body a, .art-blockcontent-body a:link, .art-blockcontent-body a:visited { color: #C84504; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; line-height: 125%; } .art-blockcontent-body a:hover { color: #FF0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; line-height: 125%; } .art-blockcontent-body p { margin: 6px 5px; } .art-blockcontent-body a { color: #C84504; font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; font-weight: bold; text-decoration: none; } .art-blockcontent-body a:link { color: #C84504; font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; font-weight: bold; text-decoration: none; } .art-blockcontent-body a.sublevel1 { color: #FF0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; font-weight: bold; } .art-blockcontent-body a.sublevel1:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; font-weight: bold; } .art-blockcontent-body a.sublevel2 { color: #BF0AB4; font-family: Arial,Helvetica,Sans-Serif; font-size: 11px; font-weight: bold; } .art-blockcontent-body a.sublevel2:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 11px; font-weight: bold; } .art-blockcontent-body a.sublevel3 { color: #BF0AB4; font-family: Arial,Helvetica,Sans-Serif; font-size: 10px; font-weight: bold; } .art-blockcontent-body a.sublevel3:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 10px; font-weight: bold; } .art-blockcontent-body a.mainlevel0 { font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; } .art-blockcontent-body a.mainlevel0:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; } .art-blockcontent-body ul li { background-image: url("../images/blockcontentbullets.png"); background-repeat: no-repeat; color: #283643; padding: 0 0 0 18px; } .art-button-wrapper a.art-button, .art-button-wrapper a.art-button:link, .art-button-wrapper input.art-button, .art-button-wrapper button.art-button { background: none repeat scroll 0 0 transparent; border: medium none; color: #FFFFFF !important; cursor: default; display: inline-block; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; height: 32px; line-height: 32px; margin: 0 !important; outline: medium none; overflow: visible; padding: 0 16px !important; position: relative; text-align: center; text-decoration: none; top: 0; vertical-align: middle; white-space: nowrap; width: auto; } .art-button img, .art-button-wrapper img { margin: 0; vertical-align: middle; } .art-button-wrapper { display: inline-block; height: 32px; margin: 0; overflow: hidden; padding: 0; position: relative; vertical-align: middle; white-space: nowrap; width: auto; z-index: 0; } .firefox2 .art-button-wrapper { display: block; float: left; } input, select, textarea { font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; vertical-align: middle; } .art-block select { width: 96%; } .art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover { color: #7F5305 !important; text-decoration: none !important; } .art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link { color: #FFFFFF !important; } .art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r { background-image: url("../images/button.png"); display: block; height: 106px; margin: 0; padding: 0; position: absolute; } .art-button-wrapper .art-button-l { left: 0; right: 10px; } .art-button-wrapper .art-button-r { clip: rect(auto, auto, auto, 399px); right: 0; width: 409px; } .art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r { top: -37px; } .art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r { top: -74px; } .art-button-wrapper input { float: none !important; } .art-post { margin: 0 auto; min-height: 23px; min-width: 23px; position: relative; } .art-post-body { padding: 11px; position: relative; } .art-post { margin: 0; } a img { border: 0 none; } .art-article img, img.art-article { border: 0 solid #B2C2D1; margin: 7px; } .art-metadata-icons img { border: medium none; margin: 2px; vertical-align: middle; } .art-article table, table.art-article { border-collapse: collapse; margin: 1px; } .art-article th, .art-article td { border: 1px solid #8099B3; padding: 2px; text-align: left; vertical-align: top; } .art-article th { padding: 7px; text-align: center; vertical-align: middle; } pre { float: left; overflow: auto; padding: 0.1em; } .art-postmetadataheader { background-image: url("../images/postmetadataheader_bg.png"); border-color: #B2C2D1; border-style: solid; border-width: 0; overflow: hidden; padding: 1px; } h2.art-postheader { color: #A03703; margin: 5px 0; } h2.art-postheader, h2.art-postheader a, h2.art-postheader a:link, h2.art-postheader a:visited, h2.art-postheader a.visited, h2.art-postheader a:hover, h2.art-postheader a.hovered { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 16px; } h2.art-postheader a, h2.art-postheader a:link { color: #C84504; text-align: left; text-decoration: none; } h2.art-postheader a:visited, h2.art-postheader a.visited { color: #A03703; font-family: Arial,Helvetica,Sans-Serif; } h2.art-postheader a:hover, h2.art-postheader a.hovered { color: #FA5705; font-family: Arial,Helvetica,Sans-Serif; } .art-postheadericons, .art-postheadericons a, .art-postheadericons a:link, .art-postheadericons a:visited, .art-postheadericons a:hover { color: #304050; font-family: Arial,Helvetica,Sans-Serif; } .art-postheadericons { padding: 1px; } .art-postheadericons a, .art-postheadericons a:link { color: #295670; text-decoration: none; } .art-postheadericons a:visited, .art-postheadericons a.visited { color: #295670; font-style: italic; font-weight: normal; } .art-postheadericons a:hover, .art-postheadericons a.hover { color: #377395; font-style: italic; font-weight: normal; text-decoration: underline; } .art-post ol, .art-post ul { margin: 1em 0 1em 2em; padding: 0; } .art-post li { font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; } .art-post li ol, .art-post li ul { margin: 0.5em 0 0.5em 2em; padding: 0; } .art-post li { color: #24303D; padding: 0; } .art-postcontent blockquote, .art-postcontent blockquote a, .art-postcontent blockquote a:link, .art-postcontent blockquote a:visited, .art-postcontent blockquote a:hover { color: #190901; font-family: Arial,Helvetica,Sans-Serif; font-style: italic; font-weight: normal; text-align: left; } .art-postcontent blockquote p { margin: 2px 0 2px 15px; } .art-postcontent blockquote { background-color: #90DBF9; background-image: url("../images/postquote.png"); background-position: left top; background-repeat: no-repeat; border: 0 solid #FC9764; margin: 10px 10px 10px 50px; overflow: auto; padding: 0 0 0 28px; } .art-footer { overflow: hidden; position: relative; width: 100%; } .art-footer-b { background-image: url("../images/footer_b.png"); bottom: 0; height: 3px; left: 3px; position: absolute; right: 3px; } .art-footer-r, .art-footer-l { background-image: url("../images/footer_s.png"); bottom: 0; height: 3px; position: absolute; } .art-footer-l { left: 0; width: 3px; } .art-footer-r { clip: rect(auto, auto, auto, 3px); right: 0; width: 6px; } .art-footer-t { background-color: #4C94BD; bottom: 3px; left: 0; position: absolute; right: 0; top: 0; } .art-footer-body { padding: 5px; position: relative; } .art-footer-body .art-rss-tag-icon { bottom: 5px; left: 6px; position: absolute; z-index: 1; } .art-rss-tag-icon { background-image: url("../images/rssicon.png"); background-position: right center; background-repeat: no-repeat; cursor: default; display: block; height: 32px; width: 32px; } .art-footer-text p { margin: 0; padding: 0; } .art-footer, .art-footer a, .art-footer a:link, .art-footer a:visited, .art-footer a:hover { color: #0D1216; font-size: 11px; } .art-footer-text { min-height: 32px; padding: 0 10px; } .art-footer, .art-footer-text, .art-footer p { text-align: center; } .art-footer a, .art-footer a:link { color: #295670; text-decoration: none; } .art-footer a:visited { color: #394D60; } .art-footer a:hover { color: #B8D4E5; text-decoration: underline; } .art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover { color: #5096BE; font-family: Arial; font-size: 10px; font-style: normal; font-weight: normal; letter-spacing: normal; text-decoration: underline; word-spacing: normal; } .art-page-footer { color: #394D60; margin: 1em; text-align: center; text-decoration: none; } .art-content-layout .art-sidebar1 { background-image: url("../images/sidebar_bg.png"); width: 20%; } .art-content-layout .art-content .art-block { background-image: url("../images/sidebar_bg.png"); } .art-content-layout .art-sidebar2 { background-image: url("../images/sidebar_bg.png"); width: 20%; } table.moduletable th { font-size: 140%; padding: 0.5em 0; } .firefox2 table.poll tr td div { font-size: 0; } #footer { text-align: center; } .contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate { font-size: 75%; padding-bottom: 1em; } .column_separator { padding-left: 0.4em; } .pagination span { padding: 2px; } .pagination a { padding: 2px; } div.offline { background: none repeat scroll 0 0 #FFFEBB; font-size: 1.2em; left: 0; padding: 5px; position: absolute; top: 0; width: 100%; } table.moduletable th, legend { font-family: Helvetica,Arial,sans-serif; font-size: 1.5em; font-weight: bold; margin: 0 0 10px; padding-left: 0; text-align: left; } .invalid { border-color: #FF0000; } label.invalid { color: #FF0000; } .ol-foreground { background-color: #F6F6F6; } .ol-background { background-color: #666666; } .ol-textfont { font-family: Arial,Helvetica,sans-serif; font-size: 10px; } .ol-captionfont { color: #F6F6F6; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; } .ol-captionfont a { color: #0B55C4; font-size: 12px; text-decoration: none; } span.article_separator { display: none; } .column_separator { padding-left: 10px; } td.buttonheading img { border: medium none; } .clr { clear: both; } div#maindivider { border-top: 1px solid #DDDDDD; height: 1px; margin-bottom: 10px; overflow: hidden; } table.blog span.article_separator { display: none; } .contentpaneopen_edit { float: left; } table.contenttoc { border: 1px solid #CCCCCC; float: right; margin: 5px; padding: 5px; } table.contenttoc td { padding: 0 5px; } td.sectiontableheader { background: none repeat scroll 0 0 #EFEFEF; border-right: 1px solid #FFFFFF; color: #333333; font-weight: bold; padding: 4px; } tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td { padding: 4px; } td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 { padding: 3px; } table.contentpaneopen, table.contentpane { margin: 0; padding: 0; width: auto; } table.contentpaneopen li { margin-bottom: 5px; } table.contentpaneopen fieldset { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #DDDDDD -moz-use-text-color -moz-use-text-color; border-right: 0 none; border-style: solid none none; border-width: 1px 0 0; } table.contentpaneopen h3 { margin-top: 25px; } table.contentpaneopen h4 { color: #333333; font-family: Arial,Helvetica,sans-serif; } .highlight { background-color: #FFFEBB; } table.user1user2 div.moduletable { margin-bottom: 0; } div.moduletable, div.module { margin-bottom: 25px; } div.module_menu h3 { color: #EEEEEE; font-family: Helvetica,Arial,sans-serif; font-size: 12px; font-weight: bold; margin: -23px -4px 5px -5px; padding-bottom: 2px; padding-left: 10px; } div.module_menu { margin: 0 0 15px; padding: 0; } div.module_menu div div div { padding: 30px 10px 15px; width: auto; } div.module_menu div div div div { background: none repeat scroll 0 0 transparent; padding: 0; } div.module_menu ul { margin: 10px 0; padding-left: 20px; } div.module_menu ul li a:link, div.module_menu ul li a:visited { font-weight: bold; } #leftcolumn div.module { padding: 0 10px; } #leftcolumn div.module table { width: auto; } table.adminform textarea { color: #000099; font-size: 1em; height: 400px; width: 540px; } div.search input { border: 1px solid #CCCCCC; margin: 15px 0 10px; width: 95%; } form#form-login { text-align: left; } form#form-login fieldset { border: 0 none; margin: 0; padding: 0.2em; } form#form-login ul { list-style-type: none; margin: 0; padding: 0; } form#form-login ul li { background-image: none; padding: 0; } #modlgn_username, #modlgn_passwd { width: 90%; } #form-login-username, #form-login-password, #form-login-remember { display: block; margin: 0; } form#com-form-login { text-align: left; } form#com-form-login fieldset { border: 0 none; margin: 0; padding: 0.2em; } form#com-form-login ul { list-style-type: none; margin: 0; padding: 0; } form#com-form-login ul li { background-image: none; padding: 0; } div.mosimage { margin: 5px; } div.mosimage_caption { color: #666666; font-size: 0.9em; } div.caption { padding: 0 10px; } div.caption img { border: 1px solid #CCCCCC; } div.caption p { color: #666666; font-size: 0.9em; text-align: center; } table.paramlist { margin-top: 5px; } table.paramlist td.paramlist_key { height: 30px; text-align: left; width: 128px; } div.message { background-color: #F9F9F9; border: 1px solid #D5D5D5; color: #CC3300; font-size: 14px; font-weight: bold; margin: 3px 0 10px; padding: 3px 20px; text-align: center; width: auto; } .banneritem img { display: block; margin-left: auto; margin-right: auto; } .banneritem_text { font-size: 11px; padding: 4px; } .bannerfooter_text { background-color: #F7F7F7; font-size: 11px; padding: 4px; text-align: right; } .pagination span { padding: 2px; } .pagination a { padding: 2px; } .pollstableborder { margin-top: 8px; } .pollstableborder td { text-align: left; } span.description { display: block; padding-left: 30px; } fieldset { border: 1px solid #CCCCCC; margin-top: 15px; padding: 15px; } legend { margin: 0; padding: 0 10px; } td.key { border-bottom: 1px solid #EEEEEE; color: #666666; } .tool-tip { background: none repeat scroll 0 0 #FFFFCC; border: 1px solid #D4D5AA; float: left; max-width: 200px; padding: 5px; } .tool-title { background: url("../../system/images/selector-arrow.png") no-repeat scroll 0 0 transparent; font-size: 100%; font-weight: bold; margin: -15px 0 0; padding: 15px 0 5px; } .tool-text { font-size: 100%; margin: 0; } #system-message { margin-bottom: 20px; } #system-message dd.message ul { background: url("../../system/images/notice-info.png") no-repeat scroll 4px center #C3D2E5; border-bottom: 3px solid #DE7A7B; border-top: 3px solid #DE7A7B; margin: 0; padding-left: 40px; text-indent: 0; } #system-message dd.error ul { background: url("../../system/images/notice-alert.png") no-repeat scroll 4px center #E6C0C0; border-bottom: 3px solid #DE7A7B; border-top: 3px solid #DE7A7B; color: #CC0000; margin: 0; padding-left: 40px; text-indent: 0; } #system-message dd.notice ul { background: url("../../system/images/notice-note.png") no-repeat scroll 4px center #EFE7B8; border-bottom: 3px solid #F0DC7E; border-top: 3px solid #F0DC7E; color: #CC0000; margin: 0; padding-left: 40px; text-indent: 0; } #syndicate { float: left; padding-left: 25px; } #component-contact table td { padding: 2px 0; } .breadcrumbs img { border: 0 none; margin: 0; padding: 0; } .mceToolbarTop { white-space: normal; } .mceEditor { background: none repeat scroll 0 0 transparent; } #archive-list { list-style-type: none; margin: 0; padding: 0; } #archive-list li { background-image: none; list-style-type: none; margin-left: 0; padding-left: 0; } #navigation { text-align: center; } .article h3 img { border: medium none; display: inline; margin: 0; padding: 0; } .art-footer-text .moduletable { border: medium none; margin: 0; padding: 0; } .pollstableborder td { vertical-align: middle; } .img_caption.left { float: left; margin-right: 1em; } .img_caption.right { float: right; margin-left: 1em; } .img_caption.left p { clear: left; text-align: center; } .img_caption.right p { clear: right; text-align: center; } .img_caption img { margin: 0; } .contentheading { color: #963403; font-size: 16px; } #system-message ul li { background-image: none; padding-left: 0; } .dm_taskbar ul { background-image: none; margin: 0; padding: 0; } .dm_taskbar ul li { background-image: none; }
попробуй вот это (это template.css)
|
|
|
|
|
Записан
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #11 : 04.02.2012, 21:31:05 » |
|
#art-main, table { font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; } h1, h2, h3, h4, h5, h6, p, a, ul, ol, li { margin: 0; padding: 0; } body { background-attachment: fixed; background-color: #B2C2D1; background-image: url("../images/Bottom_texture.jpg"); background-position: left top; background-repeat: repeat; color: #7D2B03; margin: 0 auto; padding: 0; } .art-postcontent, .art-postcontent li, .art-postcontent table, .art-postcontent a, .art-postcontent a:link, .art-postcontent a:visited, .art-postcontent a.visited, .art-postcontent a:hover, .art-postcontent a.hovered { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 14px; } .art-postcontent p { margin: 12px 0; } h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #CB0616; font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 18px; } .art-postcontent a { color: #FA5705; text-decoration: none; } .art-postcontent a:link { color: #FA5705; text-decoration: none; } .art-postcontent a:visited, .art-postcontent a.visited { color: #000000; } .art-postcontent a:hover, .art-postcontent a.hover { color: #679C5E; } .art-postcontent h1 { color: #963403; font-size: 16px; margin: 21px 0; } .art-postcontent h2 { color: #963403; font-size: 16px; margin: 19px 0; } .art-postcontent h3 { color: #963403; font-size: 16px; margin: 19px 0; } .art-postcontent h4 { color: #7D2B03; font-size: 16px; margin: 20px 0; } .art-postcontent h5 { color: #7D2B03; font-size: 13px; margin: 26px 0; } .art-postcontent h6 { color: #7D2B03; font-size: 11px; margin: 35px 0; } ul { list-style-type: none; } ol { list-style-position: inside; } #art-main { cursor: default; left: 0; position: relative; top: 0; width: 100%; } .cleared { border: medium none; clear: both; float: none; font-size: 1px; margin: 0; padding: 0; } form { margin: 0 !important; padding: 0 !important; } table.position { position: relative; table-layout: fixed; width: 100%; } .art-sheet { margin: 0 auto; min-height: 41px; min-width: 41px; position: relative; } .art-sheet-body { padding: 13px; position: relative; } .art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl { position: absolute; } .art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl { background-image: url("../images/sheet_s.png"); height: 68px; width: 68px; } .art-sheet-tl { clip: rect(auto, 34px, 34px, auto); left: 0; top: 0; } .art-sheet-tr { clip: rect(auto, auto, 34px, 34px); right: 0; top: 0; } .art-sheet-bl { bottom: 0; clip: rect(34px, 34px, auto, auto); left: 0; } .art-sheet-br { bottom: 0; clip: rect(34px, auto, auto, 34px); right: 0; } .art-sheet-tc, .art-sheet-bc { background-image: url("../images/sheet_h.png"); height: 68px; left: 34px; right: 34px; } .art-sheet-tc { clip: rect(auto, auto, 34px, auto); top: 0; } .art-sheet-bc { bottom: 0; clip: rect(34px, auto, auto, auto); } .art-sheet-cr, .art-sheet-cl { background-image: url("../images/sheet_v.png"); bottom: 34px; top: 34px; width: 68px; } .art-sheet-cr { clip: rect(auto, auto, auto, 34px); right: 0; } .art-sheet-cl { clip: rect(auto, 34px, auto, auto); left: 0; } .art-sheet-cc { background-image: url("../images/sheet_c.png"); bottom: 34px; left: 34px; position: absolute; right: 34px; top: 34px; } .art-sheet { cursor: auto; margin-bottom: 5px !important; top: 5px !important; width: 993px; } div.art-header { height: 327px; margin: 0 auto; overflow: hidden; position: relative; width: 100%; } div.art-header-center { left: 50%; position: relative; width: 967px; } div.art-header-png { background-image: url("../images/header.png"); background-position: center center; background-repeat: no-repeat; height: 327px; left: -50%; position: absolute; top: 0; width: 967px; } #art-flash-area { height: 327px; left: 0; position: absolute; top: 0; width: 967px; } #art-flash-container { height: 327px; left: 0; position: absolute; top: 0; width: 967px; } #art-flash-container div.art-flash-alt { height: 30px; margin: 0 auto; position: relative; top: 0; width: 110px; } div.art-logo { display: block; left: 10px; position: absolute; top: 20px; width: 500px; } h1.art-logo-name { display: block; } h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover { font-size: 28px; margin: 0; padding: 0; text-decoration: none; } h2.art-logo-text, h2.art-logo-text a, h2.art-logo-text a:link, h2.art-logo-text a:visited, h2.art-logo-text a:hover { font-size: 14px; margin: 0; padding: 0; } h2.art-logo-text { display: block; } .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover { outline: medium none; } .art-menu, .art-menu ul { border: 0 none; display: block; list-style-type: none; margin: 0; padding: 0; } .art-menu li { background: none repeat scroll 0 0 transparent; border: 0 none; display: block; float: left; margin: 0; padding: 0; position: relative; z-index: 5; } .art-menu li:hover { white-space: normal; z-index: 10000; } .art-menu li li { float: none; } .art-menu ul { background: none repeat scroll 0 0 transparent; left: 0; position: absolute; top: 0; visibility: hidden; z-index: 10; } .art-menu li:hover > ul { top: 100%; visibility: visible; } .art-menu li li:hover > ul { left: 100%; top: 0; } .art-menu:after, .art-menu ul:after { clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; } .art-menu, .art-menu ul { min-height: 0; } .art-menu ul { background-image: url("../images/spacer.gif"); margin: -10px 0 0 -30px; padding: 10px 30px 30px; } .art-menu ul ul { margin: -30px 0 0 -10px; padding: 30px 30px 30px 10px; } .art-menu { padding: 0; } .art-nav { min-height: 32px; position: relative; z-index: 100; } .art-menu a { cursor: pointer; display: block; height: 32px; overflow: hidden; position: relative; text-decoration: none; } .art-menu ul li { clear: both; margin: 0; } .art-menu a .r, .art-menu a .l { background-image: url("../images/menuitem.png"); display: block; height: 106px; position: absolute; top: 0; z-index: -1; } .art-menu a .l { left: 0; right: 0; } .art-menu a .r { clip: rect(auto, auto, auto, 400px); right: 0; width: 400px; } .art-menu a .t, .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 18px; text-align: left; text-decoration: none; } .art-menu a .t { color: #051DBD; line-height: 32px; margin: 0; padding: 0 12px; text-align: center; } .art-menu a:hover .l, .art-menu a:hover .r { top: -37px; } .art-menu li:hover > a .l, .art-menu li:hover > a .r { top: -37px; } .art-menu li:hover a .l, .art-menu li:hover a .r { top: -37px; } .art-menu a:hover .t { color: #FF1100; } .art-menu li:hover a .t { color: #FF1100; } .art-menu li:hover > a .t { color: #FF1100; } .art-menu a.separator-without-submenu:hover { cursor: default; } .art-menu a.separator-without-submenu:hover .t { color: #051DBD; } .art-menu li:hover a.separator-without-submenu .t { color: #051DBD; } a.separator-without-submenu:hover .r, a.separator-without-submenu:hover .l { top: 0 !important; } .art-menu .art-menu-li-separator { display: block; height: 32px; width: 1px; } .art-nav .art-menu-separator { background-image: url("../images/menuseparator.png"); display: block; height: 32px; margin: 0 auto; width: 1px; } .art-menu ul a { background-image: url("../images/subitem.png"); background-position: left top; background-repeat: repeat-x; border-color: #FEF2D2; border-style: solid; border-width: 1px; display: block; height: 25px; line-height: 25px; overflow: hidden; text-align: center; white-space: nowrap; width: 180px; } .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span { background-image: none; display: inline; float: none; margin: inherit; padding: inherit; text-align: inherit; text-decoration: inherit; } .art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span { color: #DC4C04; font-family: Arial,Helvetica,Sans-Serif; font-size: 12px; line-height: 25px; margin: 0; padding: 0; text-align: left; text-decoration: none; text-indent: 12px; } .art-menu ul li a:hover { background-position: 0 -25px; border-color: #FB722D; color: #000000; } .art-menu ul li:hover > a { background-position: 0 -25px; border-color: #FB722D; color: #000000; } .art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span { color: #000000; } .art-nav .art-menu ul li:hover > a span, .art-nav .art-menu ul li:hover > a span span { color: #000000; } .art-content-layout { border-collapse: collapse; display: inline; width: 100%; } .art-layout-cell, .art-content-layout-row { background-color: Transparent; border: medium none !important; margin: 0 !important; padding: 0 !important; text-align: left; vertical-align: top; width: 59%; } .art-content-layout .art-content-layout { margin: 0; width: auto; } .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell { display: inline-block; } .art-layout-cell .art-layout-cell { display: block; } .art-content-layout-row { display: table-row; } .art-layout-glare { position: relative; } .art-vmenublock { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-vmenublock-body { padding: 0; position: relative; } .art-vmenublock { margin: 5px; } .art-vmenublockheader { margin-bottom: 0; } .art-vmenublockheader, .art-vmenublockheader h3.t { height: 26px; position: relative; } .art-vmenublockheader h3.t, .art-vmenublockheader h3.t a, .art-vmenublockheader h3.t a:link, .art-vmenublockheader h3.t a:visited, .art-vmenublockheader h3.t a:hover { color: #506B86; font-size: 14px; } .art-vmenublockheader h3.t { line-height: 26px; margin: 0; padding: 0 10px 0 5px; white-space: nowrap; } .art-vmenublockcontent { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-vmenublockcontent-body { padding: 0; position: relative; } .art-vmenublockcontent { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-vmenublockcontent-body { padding: 0; position: relative; } ul.art-vmenu, ul.art-vmenu li { line-height: 0; list-style: none outside none; margin: 0; padding: 0; width: auto; } ul.art-vmenu a { cursor: pointer; display: block; height: 30px; overflow: hidden; position: relative; text-decoration: none; } ul.art-vmenu li.art-vmenu-separator { display: block; font-size: 1px; margin: 0; padding: 2px 0; } ul.art-vmenu .art-vmenu-separator-span { border: medium none; display: block; font-size: 1px; height: 0; line-height: 0; padding: 0; } ul.art-vmenu a .r, ul.art-vmenu a .l { background-image: url("../images/vmenuitem.png"); display: block; height: 100px; position: absolute; top: 0; } ul.art-vmenu a .l { left: 0; right: 4px; } ul.art-vmenu a .r { clip: rect(auto, auto, auto, 971px); right: 0; width: 975px; } ul.art-vmenu a .t, ul.art-vmenu ul a { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 16px; font-style: normal; font-weight: bold; } ul.art-vmenu a .t { color: #679C5E; display: block; line-height: 30px; margin-left: 0; margin-right: 0; padding: 0 11px; position: relative; top: 0; } ul.art-vmenu a.active .l, ul.art-vmenu a.active .r { top: -70px; } ul.art-vmenu a.active .t { color: #963403; } ul.art-vmenu a:hover .l, ul.art-vmenu a:hover .r { top: -35px; } ul.art-vmenu a:hover .t { color: #7F5305; } ul.art-vmenu ul, ul.art-vmenu ul li { margin: 0; padding: 0; } ul.art-vmenu ul a { background-image: url("../images/vsubitem.gif"); background-position: 25px 0; background-repeat: repeat-x; display: block; height: 20px; overflow: visible; padding-left: 25px; white-space: nowrap; } ul.art-vmenu ul li { padding: 0; } ul.art-vmenu ul span, ul.art-vmenu ul span span { background-image: none; display: inline; float: none; margin: inherit; padding: inherit; text-align: inherit; text-decoration: inherit; } ul.art-vmenu ul a, ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:hover, ul.art-vmenu ul a:active, ul.art-vmenu ul span, ul.art-vmenu ul span span { color: #1A3647; font-family: Arial,Helvetica,Sans-Serif; font-size: 11px; line-height: 20px; margin-left: 0; } ul.art-vmenu ul { margin: 0; } ul.art-vmenu ul ul { margin: 0; } ul.art-vmenu ul li.art-vsubmenu-separator { display: block; font-size: 1px; margin: 0; padding: 0; } ul.art-vmenu ul .art-vsubmenu-separator-span { border: medium none; display: block; font-size: 1px; height: 0; line-height: 0; margin: 0; padding: 0; } ul.art-vmenu ul li.art-vmenu-separator-first { padding-bottom: 2px; } ul.art-vmenu ul li li a { background-position: 50px 0; padding-left: 50px; } ul.art-vmenu ul li li li a { background-position: 75px 0; padding-left: 75px; } ul.art-vmenu ul li li li li a { background-position: 100px 0; padding-left: 100px; } ul.art-vmenu ul li li li li li a { background-position: 125px 0; padding-left: 125px; } ul.art-vmenu ul li a.active { background-position: 25px -50px; color: #24303D; } ul.art-vmenu ul li li a.active { background-position: 50px -50px; } ul.art-vmenu ul li li li a.active { background-position: 75px -50px; } ul.art-vmenu ul li li li li a.active { background-position: 100px -50px; } ul.art-vmenu ul li li li li li a.active { background-position: 125px -50px; } ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a.active:hover { background-position: 25px -25px; color: #1B242D; } ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a.active:hover { background-position: 50px -25px; } ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a.active:hover { background-position: 75px -25px; } ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a.active:hover { background-position: 100px -25px; } ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a.active:hover { background-position: 125px -25px; } .art-block { margin: 0 auto; min-height: 1px; min-width: 1px; position: relative; } .art-block-body { padding: 0; position: relative; } .art-block { margin: 5px; } .art-blockheader { margin-bottom: 0; } .art-blockheader, .art-blockheader h3.t { height: 38px; position: relative; } .art-blockheader h3.t, .art-blockheader h3.t a, .art-blockheader h3.t a:link, .art-blockheader h3.t a:visited, .art-blockheader h3.t a:hover { color: #2D5E7B; font-size: 12px; } .art-blockheader h3.t { line-height: 38px; margin: 0; padding: 0 10px 0 36px; white-space: nowrap; } .art-blockheader .l, .art-blockheader .r { background-image: url("../images/blockheader.png"); height: 38px; position: absolute; } .art-blockheader .l { left: 0; right: 29px; } .art-blockheader .r { clip: rect(auto, auto, auto, 938px); right: 0; width: 967px; } .art-blockcontent { margin: 0 auto; min-height: 15px; min-width: 15px; position: relative; } .art-blockcontent-body { padding: 6px; position: relative; } .art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl, .art-blockcontent-tc, .art-blockcontent-bc, .art-blockcontent-cr, .art-blockcontent-cl { position: absolute; } .art-blockcontent-tr, .art-blockcontent-tl, .art-blockcontent-br, .art-blockcontent-bl { background-image: url("../images/blockcontent_s.png"); height: 14px; width: 14px; } .art-blockcontent-tl { clip: rect(auto, 7px, 7px, auto); left: 0; top: 0; } .art-blockcontent-tr { clip: rect(auto, auto, 7px, 7px); right: 0; top: 0; } .art-blockcontent-bl { bottom: 0; clip: rect(7px, 7px, auto, auto); left: 0; } .art-blockcontent-br { bottom: 0; clip: rect(7px, auto, auto, 7px); right: 0; } .art-blockcontent-tc, .art-blockcontent-bc { background-image: url("../images/blockcontent_h.png"); height: 14px; left: 7px; right: 7px; } .art-blockcontent-tc { clip: rect(auto, auto, 7px, auto); top: 0; } .art-blockcontent-bc { bottom: 0; clip: rect(7px, auto, auto, auto); } .art-blockcontent-cr, .art-blockcontent-cl { background-image: url("../images/blockcontent_v.png"); bottom: 7px; top: 7px; width: 14px; } .art-blockcontent-cr { clip: rect(auto, auto, auto, 7px); right: 0; } .art-blockcontent-cl { clip: rect(auto, 7px, auto, auto); left: 0; } .art-blockcontent-cc { background-color: #90DBF9; bottom: 7px; left: 7px; position: absolute; right: 7px; top: 7px; } .art-blockcontent-body, .art-blockcontent-body li, .art-blockcontent-body a, .art-blockcontent-body a:link, .art-blockcontent-body a:visited { color: #C84504; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; line-height: 125%; } .art-blockcontent-body a:hover { color: #FF0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; line-height: 125%; } .art-blockcontent-body p { margin: 6px 5px; } .art-blockcontent-body a { color: #C84504; font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; font-weight: bold; text-decoration: none; } .art-blockcontent-body a:link { color: #C84504; font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; font-weight: bold; text-decoration: none; } .art-blockcontent-body a.sublevel1 { color: #FF0000; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; font-weight: bold; } .art-blockcontent-body a.sublevel1:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; font-weight: bold; } .art-blockcontent-body a.sublevel2 { color: #BF0AB4; font-family: Arial,Helvetica,Sans-Serif; font-size: 11px; font-weight: bold; } .art-blockcontent-body a.sublevel2:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 11px; font-weight: bold; } .art-blockcontent-body a.sublevel3 { color: #BF0AB4; font-family: Arial,Helvetica,Sans-Serif; font-size: 10px; font-weight: bold; } .art-blockcontent-body a.sublevel3:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 10px; font-weight: bold; } .art-blockcontent-body a.mainlevel0 { font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; } .art-blockcontent-body a.mainlevel0:hover { color: #64951D; font-family: Arial,Helvetica,Sans-Serif; font-size: 15px; } .art-blockcontent-body ul li { background-image: url("../images/blockcontentbullets.png"); background-repeat: no-repeat; color: #283643; padding: 0 0 0 18px; } .art-button-wrapper a.art-button, .art-button-wrapper a.art-button:link, .art-button-wrapper input.art-button, .art-button-wrapper button.art-button { background: none repeat scroll 0 0 transparent; border: medium none; color: #FFFFFF !important; cursor: default; display: inline-block; font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; height: 32px; line-height: 32px; margin: 0 !important; outline: medium none; overflow: visible; padding: 0 16px !important; position: relative; text-align: center; text-decoration: none; top: 0; vertical-align: middle; white-space: nowrap; width: auto; } .art-button img, .art-button-wrapper img { margin: 0; vertical-align: middle; } .art-button-wrapper { display: inline-block; height: 32px; margin: 0; overflow: hidden; padding: 0; position: relative; vertical-align: middle; white-space: nowrap; width: auto; z-index: 0; } .firefox2 .art-button-wrapper { display: block; float: left; } input, select, textarea { font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; vertical-align: middle; } .art-block select { width: 96%; } .art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover { color: #7F5305 !important; text-decoration: none !important; } .art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link { color: #FFFFFF !important; } .art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r { background-image: url("../images/button.png"); display: block; height: 106px; margin: 0; padding: 0; position: absolute; } .art-button-wrapper .art-button-l { left: 0; right: 10px; } .art-button-wrapper .art-button-r { clip: rect(auto, auto, auto, 399px); right: 0; width: 409px; } .art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r { top: -37px; } .art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r { top: -74px; } .art-button-wrapper input { float: none !important; } .art-post { margin: 0 auto; min-height: 23px; min-width: 23px; position: relative; } .art-post-body { padding: 11px; position: relative; } .art-post { margin: 0; } a img { border: 0 none; } .art-article img, img.art-article { border: 0 solid #B2C2D1; margin: 7px; } .art-metadata-icons img { border: medium none; margin: 2px; vertical-align: middle; } .art-article table, table.art-article { border-collapse: collapse; margin: 1px; } .art-article th, .art-article td { border: 1px solid #8099B3; padding: 2px; text-align: left; vertical-align: top; } .art-article th { padding: 7px; text-align: center; vertical-align: middle; } pre { float: left; overflow: auto; padding: 0.1em; } .art-postmetadataheader { background-image: url("../images/postmetadataheader_bg.png"); border-color: #B2C2D1; border-style: solid; border-width: 0; overflow: hidden; padding: 1px; } h2.art-postheader { color: #A03703; margin: 5px 0; } h2.art-postheader, h2.art-postheader a, h2.art-postheader a:link, h2.art-postheader a:visited, h2.art-postheader a.visited, h2.art-postheader a:hover, h2.art-postheader a.hovered { font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif; font-size: 16px; } h2.art-postheader a, h2.art-postheader a:link { color: #C84504; text-align: left; text-decoration: none; } h2.art-postheader a:visited, h2.art-postheader a.visited { color: #A03703; font-family: Arial,Helvetica,Sans-Serif; } h2.art-postheader a:hover, h2.art-postheader a.hovered { color: #FA5705; font-family: Arial,Helvetica,Sans-Serif; } .art-postheadericons, .art-postheadericons a, .art-postheadericons a:link, .art-postheadericons a:visited, .art-postheadericons a:hover { color: #304050; font-family: Arial,Helvetica,Sans-Serif; } .art-postheadericons { padding: 1px; } .art-postheadericons a, .art-postheadericons a:link { color: #295670; text-decoration: none; } .art-postheadericons a:visited, .art-postheadericons a.visited { color: #295670; font-style: italic; font-weight: normal; } .art-postheadericons a:hover, .art-postheadericons a.hover { color: #377395; font-style: italic; font-weight: normal; text-decoration: underline; } .art-post ol, .art-post ul { margin: 1em 0 1em 2em; padding: 0; } .art-post li { font-family: Arial,Helvetica,Sans-Serif; font-size: 13px; } .art-post li ol, .art-post li ul { margin: 0.5em 0 0.5em 2em; padding: 0; } .art-post li { color: #24303D; padding: 0; } .art-postcontent blockquote, .art-postcontent blockquote a, .art-postcontent blockquote a:link, .art-postcontent blockquote a:visited, .art-postcontent blockquote a:hover { color: #190901; font-family: Arial,Helvetica,Sans-Serif; font-style: italic; font-weight: normal; text-align: left; } .art-postcontent blockquote p { margin: 2px 0 2px 15px; } .art-postcontent blockquote { background-color: #90DBF9; background-image: url("../images/postquote.png"); background-position: left top; background-repeat: no-repeat; border: 0 solid #FC9764; margin: 10px 10px 10px 50px; overflow: auto; padding: 0 0 0 28px; } .art-footer { overflow: hidden; position: relative; width: 100%; } .art-footer-b { background-image: url("../images/footer_b.png"); bottom: 0; height: 3px; left: 3px; position: absolute; right: 3px; } .art-footer-r, .art-footer-l { background-image: url("../images/footer_s.png"); bottom: 0; height: 3px; position: absolute; } .art-footer-l { left: 0; width: 3px; } .art-footer-r { clip: rect(auto, auto, auto, 3px); right: 0; width: 6px; } .art-footer-t { background-color: #4C94BD; bottom: 3px; left: 0; position: absolute; right: 0; top: 0; } .art-footer-body { padding: 5px; position: relative; } .art-footer-body .art-rss-tag-icon { bottom: 5px; left: 6px; position: absolute; z-index: 1; } .art-rss-tag-icon { background-image: url("../images/rssicon.png"); background-position: right center; background-repeat: no-repeat; cursor: default; display: block; height: 32px; width: 32px; } .art-footer-text p { margin: 0; padding: 0; } .art-footer, .art-footer a, .art-footer a:link, .art-footer a:visited, .art-footer a:hover { color: #0D1216; font-size: 11px; } .art-footer-text { min-height: 32px; padding: 0 10px; } .art-footer, .art-footer-text, .art-footer p { text-align: center; } .art-footer a, .art-footer a:link { color: #295670; text-decoration: none; } .art-footer a:visited { color: #394D60; } .art-footer a:hover { color: #B8D4E5; text-decoration: underline; } .art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover { color: #5096BE; font-family: Arial; font-size: 10px; font-style: normal; font-weight: normal; letter-spacing: normal; text-decoration: underline; word-spacing: normal; } .art-page-footer { color: #394D60; margin: 1em; text-align: center; text-decoration: none; } .art-content-layout .art-sidebar1 { background-image: url("../images/sidebar_bg.png"); width: 20%; } .art-content-layout .art-content .art-block { background-image: url("../images/sidebar_bg.png"); } .art-content-layout .art-sidebar2 { background-image: url("../images/sidebar_bg.png"); width: 20%; } table.moduletable th { font-size: 140%; padding: 0.5em 0; } .firefox2 table.poll tr td div { font-size: 0; } #footer { text-align: center; } .contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate { font-size: 75%; padding-bottom: 1em; } .column_separator { padding-left: 0.4em; } .pagination span { padding: 2px; } .pagination a { padding: 2px; } div.offline { background: none repeat scroll 0 0 #FFFEBB; font-size: 1.2em; left: 0; padding: 5px; position: absolute; top: 0; width: 100%; } table.moduletable th, legend { font-family: Helvetica,Arial,sans-serif; font-size: 1.5em; font-weight: bold; margin: 0 0 10px; padding-left: 0; text-align: left; } .invalid { border-color: #FF0000; } label.invalid { color: #FF0000; } .ol-foreground { background-color: #F6F6F6; } .ol-background { background-color: #666666; } .ol-textfont { font-family: Arial,Helvetica,sans-serif; font-size: 10px; } .ol-captionfont { color: #F6F6F6; font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; } .ol-captionfont a { color: #0B55C4; font-size: 12px; text-decoration: none; } span.article_separator { display: none; } .column_separator { padding-left: 10px; } td.buttonheading img { border: medium none; } .clr { clear: both; } div#maindivider { border-top: 1px solid #DDDDDD; height: 1px; margin-bottom: 10px; overflow: hidden; } table.blog span.article_separator { display: none; } .contentpaneopen_edit { float: left; } table.contenttoc { border: 1px solid #CCCCCC; float: right; margin: 5px; padding: 5px; } table.contenttoc td { padding: 0 5px; } td.sectiontableheader { background: none repeat scroll 0 0 #EFEFEF; border-right: 1px solid #FFFFFF; color: #333333; font-weight: bold; padding: 4px; } tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td { padding: 4px; } td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 { padding: 3px; } table.contentpaneopen, table.contentpane { margin: 0; padding: 0; width: auto; } table.contentpaneopen li { margin-bottom: 5px; } table.contentpaneopen fieldset { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #DDDDDD -moz-use-text-color -moz-use-text-color; border-right: 0 none; border-style: solid none none; border-width: 1px 0 0; } table.contentpaneopen h3 { margin-top: 25px; } table.contentpaneopen h4 { color: #333333; font-family: Arial,Helvetica,sans-serif; } .highlight { background-color: #FFFEBB; } table.user1user2 div.moduletable { margin-bottom: 0; } div.moduletable, div.module { margin-bottom: 25px; } div.module_menu h3 { color: #EEEEEE; font-family: Helvetica,Arial,sans-serif; font-size: 12px; font-weight: bold; margin: -23px -4px 5px -5px; padding-bottom: 2px; padding-left: 10px; } div.module_menu { margin: 0 0 15px; padding: 0; } div.module_menu div div div { padding: 30px 10px 15px; width: auto; } div.module_menu div div div div { background: none repeat scroll 0 0 transparent; padding: 0; } div.module_menu ul { margin: 10px 0; padding-left: 20px; } div.module_menu ul li a:link, div.module_menu ul li a:visited { font-weight: bold; } #leftcolumn div.module { padding: 0 10px; } #leftcolumn div.module table { width: auto; } table.adminform textarea { color: #000099; font-size: 1em; height: 400px; width: 540px; } div.search input { border: 1px solid #CCCCCC; margin: 15px 0 10px; width: 95%; } form#form-login { text-align: left; } form#form-login fieldset { border: 0 none; margin: 0; padding: 0.2em; } form#form-login ul { list-style-type: none; margin: 0; padding: 0; } form#form-login ul li { background-image: none; padding: 0; } #modlgn_username, #modlgn_passwd { width: 90%; } #form-login-username, #form-login-password, #form-login-remember { display: block; margin: 0; } form#com-form-login { text-align: left; } form#com-form-login fieldset { border: 0 none; margin: 0; padding: 0.2em; } form#com-form-login ul { list-style-type: none; margin: 0; padding: 0; } form#com-form-login ul li { background-image: none; padding: 0; } div.mosimage { margin: 5px; } div.mosimage_caption { color: #666666; font-size: 0.9em; } div.caption { padding: 0 10px; } div.caption img { border: 1px solid #CCCCCC; } div.caption p { color: #666666; font-size: 0.9em; text-align: center; } table.paramlist { margin-top: 5px; } table.paramlist td.paramlist_key { height: 30px; text-align: left; width: 128px; } div.message { background-color: #F9F9F9; border: 1px solid #D5D5D5; color: #CC3300; font-size: 14px; font-weight: bold; margin: 3px 0 10px; padding: 3px 20px; text-align: center; width: auto; } .banneritem img { display: block; margin-left: auto; margin-right: auto; } .banneritem_text { font-size: 11px; padding: 4px; } .bannerfooter_text { background-color: #F7F7F7; font-size: 11px; padding: 4px; text-align: right; } .pagination span { padding: 2px; } .pagination a { padding: 2px; } .pollstableborder { margin-top: 8px; } .pollstableborder td { text-align: left; } span.description { display: block; padding-left: 30px; } fieldset { border: 1px solid #CCCCCC; margin-top: 15px; padding: 15px; } legend { margin: 0; padding: 0 10px; } td.key { border-bottom: 1px solid #EEEEEE; color: #666666; } .tool-tip { background: none repeat scroll 0 0 #FFFFCC; border: 1px solid #D4D5AA; float: left; max-width: 200px; padding: 5px; } .tool-title { background: url("../../system/images/selector-arrow.png") no-repeat scroll 0 0 transparent; font-size: 100%; font-weight: bold; margin: -15px 0 0; padding: 15px 0 5px; } .tool-text { font-size: 100%; margin: 0; } #system-message { margin-bottom: 20px; } #system-message dd.message ul { background: url("../../system/images/notice-info.png") no-repeat scroll 4px center #C3D2E5; border-bottom: 3px solid #DE7A7B; border-top: 3px solid #DE7A7B; margin: 0; padding-left: 40px; text-indent: 0; } #system-message dd.error ul { background: url("../../system/images/notice-alert.png") no-repeat scroll 4px center #E6C0C0; border-bottom: 3px solid #DE7A7B; border-top: 3px solid #DE7A7B; color: #CC0000; margin: 0; padding-left: 40px; text-indent: 0; } #system-message dd.notice ul { background: url("../../system/images/notice-note.png") no-repeat scroll 4px center #EFE7B8; border-bottom: 3px solid #F0DC7E; border-top: 3px solid #F0DC7E; color: #CC0000; margin: 0; padding-left: 40px; text-indent: 0; } #syndicate { float: left; padding-left: 25px; } #component-contact table td { padding: 2px 0; } .breadcrumbs img { border: 0 none; margin: 0; padding: 0; } .mceToolbarTop { white-space: normal; } .mceEditor { background: none repeat scroll 0 0 transparent; } #archive-list { list-style-type: none; margin: 0; padding: 0; } #archive-list li { background-image: none; list-style-type: none; margin-left: 0; padding-left: 0; } #navigation { text-align: center; } .article h3 img { border: medium none; display: inline; margin: 0; padding: 0; } .art-footer-text .moduletable { border: medium none; margin: 0; padding: 0; } .pollstableborder td { vertical-align: middle; } .img_caption.left { float: left; margin-right: 1em; } .img_caption.right { float: right; margin-left: 1em; } .img_caption.left p { clear: left; text-align: center; } .img_caption.right p { clear: right; text-align: center; } .img_caption img { margin: 0; } .contentheading { color: #963403; font-size: 16px; } #system-message ul li { background-image: none; padding-left: 0; } .dm_taskbar ul { background-image: none; margin: 0; padding: 0; } .dm_taskbar ul li { background-image: none; }
попробуй вот это (это template.css) Подстанова данного CSS тоже ничего не меняет. Самое интересное, что и проверка валидаторами не наталкивает ни на какую мысль... Но интуиция подсказывает мне, что собака зарыта в чем-то простом. Буду копать дальше.
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #12 : 04.02.2012, 22:28:04 » |
|
Самое интересное, что и проверка валидаторами не наталкивает ни на какую мысль.. как она может не наталкивать если FireBug пишет что есть ошибка в скрипте?
|
|
|
|
|
Записан
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #13 : 04.02.2012, 23:02:49 » |
|
как она может не наталкивать если FireBug пишет что есть ошибка в скрипте? Я пробовал отключать все абсолютно используемые javascript, вырубал motools и jquery. Удалял в шаблоне неиспользуемые позиции. Ситуации это не меняет. Вы правы, за то время, что трахаюсь с шаблоном артистира, можно было бы сверстать давно самому шаблон с нуля... Просто ради интереса хочется разобраться....
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #14 : 04.02.2012, 23:26:01 » |
|
да и разбираться не в чём, посмотри по внимательнее на Index.php, там используется класс artxPositions, если через ксс не правится, то проблема именно в нем. А если это так, то сам понимаешь, шаблон на свалку, ибо разобраться в чужом коде сложнее чем в jquery.min.js )))
|
|
|
|
|
Записан
|
|
|
|
|
Pazys
|
 |
« Ответ #15 : 05.02.2012, 01:42:25 » |
|
А в каком именно ie? 6 7 8 9
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #16 : 05.02.2012, 08:50:12 » |
|
во всех вродя
|
|
|
|
|
Записан
|
|
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #18 : 05.02.2012, 09:55:30 » |
|
да и разбираться не в чём, посмотри по внимательнее на Index.php, там используется класс artxPositions, если через ксс не правится
Или я туплю, но что-то я не нахожу такого класса. Стиль блока основного контента задается классом art-postcontent
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #19 : 05.02.2012, 10:38:28 » |
|
Стиль блока основного контента задается классом <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?> <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?> <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?> я так понимаю вот этим выводятся блоки от сюда artxModules класс модулей, artxPositions позиции модулей
|
|
|
|
|
Записан
|
|
|
|
LoraDi
Захожу иногда

Репутация: +0/-0
Offline
Пол: 
Сообщений: 8
|
 |
« Ответ #20 : 07.02.2012, 00:18:14 » |
|
Решение!В файл шаблона index.php вставить <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />P.S. Спасибо заказчику который заказывал у меня сайт... 
|
|
|
|
|
Записан
|
|
|
|
Palomnik
Давно я тут
  
Репутация: +10/-0
Offline
Пол: 
Сообщений: 215
|
 |
« Ответ #21 : 07.02.2012, 10:32:13 » |
|
Решение! В файл шаблона index.php вставить <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Эмуляция IE7 давно стоит. Эта строка есть. Проблему не решает.
|
|
|
|
|
Записан
|
|
|
|
Equilibrium07
Осваиваюсь на форуме
 
Репутация: +8/-0
Offline
Пол: 
Сообщений: 183
|
 |
« Ответ #22 : 07.02.2012, 16:26:14 » |
|
xD xD xD попробуй убрать ее)))
|
|
|
|
|
Записан
|
|
|
|
|