Страницы: 1
На сайте http://avtoexpert-kmv.ru такая проблема: в IE, google chrome всё нормально, а в Mozila firefox неочень(внизу находится информер Livesearch, в мозиле он слишком приплюснут к низу, да и сама чёрная полоса увеличилась). Вот коды index.php
[code]<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted index access' );
?>
<?php
/*------ Template Variables --------*/
$panelMenu = $this->params->get("panelMenu", 0);
$superfish = $this->params->get("superfish", 1);
$templateWidth = $this->params->get("templateWidth","1200px");
$logoStyle = $this->params->get("logoStyle","Blue");
$openPanel = $this->params->get("openPanel", "Open Panel");
$bgStyle = $this->params->get("bgStyle", "complexWhite");
$hilite = $this->params->get("hilite", "Red");
$sfEffect = $this->params->get("sfEffect", "5");
$ie6Warning = $this->params->get("ie6Warning", "1");
if ($sfEffect == "1") {
$sfType = 'height:"show"';
}
else if ($sfEffect == "2") {
$sfType = 'width:"show"';
}
else if ($sfEffect == "3
Страницы: 1