Joomla 1.5 Проблема в У

Тема в разделе "Изменение шаблона (кастомизация)", создана пользователем blackrose, 17.01.2010.

  1. Offline

    blackrose Недавно здесь

    Регистрация:
    17.01.2010
    Сообщения:
    1
    Симпатии:
    0
    Пол:
    Мужской
    Крч как я понял раньше у меня с изображением в IE было всё ок но хз как стало на IE всё по середине

    www.eogre.lv

    на FIREFOX всё ок на IE весь text по середине

    во вложении есть css

    HTML

    Код (PHP):
    1. <?php
    2. /*------------------------------------------------------------------------
    3. # JA Iris - Oct, 2007
    4. # ------------------------------------------------------------------------
    5. # Copyright (C) 2004-2007 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    6. # @license - Copyrighted Commercial Software
    7. # Author: J.O.O.M Solutions Co., Ltd
    8. # Websites:  http://www.joomlart.com -  http://www.joomlancers.com
    9. -------------------------------------------------------------------------*/
    10.  
    11. include_once (dirname(__FILE__).DS.'/ja_vars.php');
    12.  
    13. ?>
    14.  
    15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    16.  
    17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
    18.  
    19. <head>
    20.  
    21.  
    22.  
    23. <jdoc:include type="head" />
    24.  
    25. <?php JHTML::_('behavior.mootools'); ?>
    26. <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
    27. <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
    28. <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/editor.css" type="text/css" />
    29. <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_css.css" type="text/css" />
    30. <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/scripts/ja.script.js"></script>
    31. <?php $tmpTools->genMenuHead(); ?>
    32. <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css" type="text/css" />
    33. <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/editor_content.css" type="text/css" />
    34.  
    35. <!--[if lte IE 6]>
    36. <style type="text/css">
    37. .clearfix {height: 1%;}
    38. </style>
    39. <![endif]-->
    40.  
    41. <!--[if gte IE 7.0]>
    42. <style type="text/css">
    43. .clearfix {display: inline-block;}
    44. </style>
    45. <![endif]-->
    46. </head>
    47. <body id="bd" class="<?php echo $tmpTools->getParam(JA_TOOL_SCREEN);?> fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?>">
    48. <a name="Top" id="Top"></a>
    49. <ul class="accessibility">
    50.     <li><a href="#ja-content" title="<?php echo JText::_("Skip to content");?>"><?php echo JText::_("Skip to content");?></a></li>
    51.     <li><a href="#ja-mainnav" title="<?php echo JText::_("Skip to main navigation");?>"><?php echo JText::_("Skip to main navigation");?></a></li>
    52.     <li><a href="#ja-col1" title="<?php echo JText::_("Skip to 1st column");?>"><?php echo JText::_("Skip to 1st column");?></a></li>
    53.     <li><a href="#ja-col2" title="<?php echo JText::_("Skip to 2nd column");?>"><?php echo JText::_("Skip to 2nd column");?></a></li>
    54. </ul>
    55. <div id="ja-wrapper">
    56. <!-- BEGIN: HEADER -->
    57. <div id="ja-header" class="clearfix">
    58. <a href=""><?php echo $mainframe->getCfg('')?></a>
    59.       <?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
    60.      
    61.         <div id="ja-usertools">
    62.             <?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
    63.         </div><div class="clr"></div>
    64.       <?php } ?>
    65.    
    66.     <?php if ($this->countModules('user4')) { ?>
    67.     <div id="ja-search">
    68.         <jdoc:include type="modules" name="user4" />
    69.     </div>
    70.     <?php } ?>
    71.  
    72.     <!-- BEGIN: MAIN NAVIGATION -->
    73.     <div id="ja-mainnav" class="clearfix">
    74.         <?php
    75.             switch ($tmpTools->getParam(JA_TOOL_MENU)) {
    76.                 case 1:
    77.                     include(dirname(__FILE__).DS."/ja_Splitmenu.php");
    78.                         $jamenu->genMenu (0);      
    79.                     break;
    80.                 case 2:
    81.                 case 4:
    82.                     include(dirname(__FILE__).DS."/ja_cssmenu.php");
    83.                     $jamenu->genMenu (0);
    84.                     break;
    85.                 case 3:
    86.                     include(dirname(__FILE__).DS."/ja_scriptdlmenu.php");
    87.                     $jamenu->genMenu (0, 0);
    88.                     break;
    89.             }
    90.       ?>
    91.     </div>
    92.     <!-- END: MAIN NAVIGATION -->
    93.  
    94. </div>
    95. <!-- END: HEADER -->
    96.  
    97. <?php if (($jamenu->hasSubMenu (1) && $tmpTools->getParam(JA_TOOL_MENU) == 1) || $tmpTools->getParam(JA_TOOL_MENU) == 3) {?>
    98. <div id="ja-subnav" class="clearfix">  
    99.     <?php $jamenu->genMenu (1,1);   ?>
    100. </div>
    101. <?php } ?>
    102.  
    103. <?php if ($this->countModules('top')) { ?>
    104. <!-- BEGIN: TOP SPOTLIGHT -->
    105. <div id="ja-topsl" style="background: url(<?php echo $tmpTools->templateurl();?>/images/headers/<?php echo $tmpTools->getRandomImage(dirname(__FILE__).'/images/headers/'); ?>) no-repeat right top;">
    106.         <jdoc:include type="modules" name="top"  style="xhtml"/>
    107. </div>
    108. <!-- END: TOP SPOTLIGHT -->
    109. <?php } ?>
    110.  
    111. <div id="ja-containerwrap<?php echo $divid ?>">
    112.     <div id="ja-container" class="clearfix">
    113.  
    114.     <!-- BEGIN: CONTENT -->
    115.     <div id="ja-contentwrap" class="clearfix">
    116.  
    117.         <div id="ja-content">
    118.             <div class="innerpad">
    119.             <?php if(!$tmpTools->isFrontPage()){ ?>
    120.                 <div id="ja-pathway">
    121.                 <jdoc:include type="module" name="breadcrumbs" />
    122.                 </div>
    123.                 <?php } ?>
    124.             <jdoc:include type="message" />
    125.             <jdoc:include type="component" />
    126.       </div>
    127.         </div>
    128.        
    129.         <?php if ($ja_left) { ?>
    130.         <div id="ja-col1">
    131.             <jdoc:include type="modules" name="left" style="xhtml" />
    132.         </div>
    133.         <?php } ?>
    134.        
    135.     </div>
    136.     <!-- END: CONTENT -->
    137.  
    138.     <!-- BEGIN: COLUMNS -->
    139.     <div id="ja-mascol">
    140.     <?php if ($ja_mascol) { ?>
    141.     <div id="ja-col3">
    142.         <jdoc:include type="modules" name="user1"  style="xhtml" />
    143.         <jdoc:include type="modules" name="user2"  style="xhtml" />
    144.         <jdoc:include type="modules" name="user5"  style="xhtml" />
    145.     </div>
    146.     <?php } ?>
    147.    
    148.         <?php if ($ja_right) { ?>
    149.         <div id="ja-col2">
    150.             <jdoc:include type="modules" name="right" style="xhtml" />
    151.         </div>
    152.         <?php } ?>
    153.     </div>
    154.     <!-- END: COLUMNS -->
    155.  
    156.     </div>
    157. </div>
    158. <div style="clear: both;"></div>
    159.  
    160. <?php
    161. $spotlight = array ('user6','user7','user8','user9','user10');
    162. $botsl = $tmpTools->calSpotlight ($spotlight,100);
    163. if( $botsl ) {
    164. ?>
    165. <!-- BEGIN: BOTTOM SPOTLIGHT -->
    166. <div id="ja-botsl" class="clearfix">
    167.  
    168. <?php if( $this->countModules('user6') ) {?>
    169.   <div class="ja-box<?php echo $botsl['user6']['class']; ?>" style="width: <?php echo $botsl['user6']['width']; ?>;">
    170.     <jdoc:include type="modules" name="user6" style="xhtml" />
    171.   </div>
    172.   <?php } ?>
    173.  
    174.   <?php if( $this->countModules('user7') ) {?>
    175.   <div class="ja-box<?php echo $botsl['user7']['class']; ?>" style="width: <?php echo $botsl['user7']['width']; ?>;">
    176.     <jdoc:include type="modules" name="user7" style="xhtml" />
    177.   </div>
    178.   <?php } ?>
    179.  
    180.   <?php if( $this->countModules('user8') ) {?>
    181.   <div class="ja-box<?php echo $botsl['user8']['class']; ?>" style="width: <?php echo $botsl['user8']['width']; ?>;">
    182.     <jdoc:include type="modules" name="user8" style="xhtml" />
    183.   </div>
    184.   <?php } ?>
    185.  
    186.   <?php if( $this->countModules('user9') ) {?>
    187.   <div class="ja-box<?php echo $botsl['user9']['class']; ?>" style="width: <?php echo $botsl['user9']['width']; ?>;">
    188.     <jdoc:include type="modules" name="user9" style="xhtml" />
    189.   </div>
    190.   <?php } ?>
    191.  
    192.   <?php if( $this->countModules('user10') ) {?>
    193.   <div class="ja-box<?php echo $botsl['user10']['class']; ?>" style="width: <?php echo $botsl['user10']['width']; ?>;">
    194.     <jdoc:include type="modules" name="user10" style="xhtml" />
    195.   </div>
    196.   <?php } ?>
    197.  
    198. </div>
    199. <!-- END: BOTTOM SPOTLIGHT -->
    200. <?php } ?>
    201.  
    202. <!-- BEGIN: FOOTER -->
    203. <div id="ja-footerwrap">
    204.     <div id="ja-footer" class="clearfix">
    205.    
    206.         <?php if ( $this->countModules("banner") ) { ?>
    207.         <div class="ja-banner">
    208.                 <jdoc:include type="modules" name="banner" />
    209.     </div>
    210.     <?php } ?>
    211.    
    212.                 <jdoc:include type="modules" name="user3" />
    213.    
    214.     <small>
    215.         <?php include (dirname(__FILE__).DS.'/footer.php');?>
    216.     </small>
    217.  
    218.     </div>
    219. </div>
    220. <!-- END: FOOTER -->
    221.  
    222. </div>
    223.  
    224. <jdoc:include type="modules" name="debug" />
    225. </body>
    226.  
    227. </html>
    228.  
    229. <?php
    230.  
    231. ?>
     

    Вложения:

  2.  

Поделиться этой страницей

Загрузка...