Доброго времени суток. На сайте хочу между шапкой и нижним контентом вставить баннер, по типу нижнего 1050*100, но три в ряд. В белом поле, над меню. Не получается никак. Либо баннер получается полупрозрачным, и заползает на контент, либо вокруг него пропадает заливка белым цветом. Помогите пожалуйста. Код html: Код (html): <?php defined( '_JEXEC' ) or die( 'Restricted access' ); //error_reporting( E_ALL ); include dirname( __FILE__ ).'/fixPHPPerms.php'; $_SESSION['tmplparams']['name'] = $tmpl_name = $this->template; $_SESSION['tmplparams']['night'] = $tmpl_night = $this->params->get('night'); $_SESSION['tmplparams']['cascadingmenu'] = $tmpl_cascadingmenu = $this->params->get('cascadingmenu'); $_SESSION['tmplparams']['TemplatePosition'] = $tmpl_pos = ( isset( $_COOKIE[ $this->template.'_TemplatePosition'] ) ? $_COOKIE[ $this->template.'_TemplatePosition'] : $this->params->get('TemplatePosition') ); if ( $tmpl_night == "on" ) $_SESSION['tmplparams']['season'] = $tmpl_season = "night"; else $_SESSION['tmplparams']['season'] = $tmpl_season = ( isset( $_COOKIE[ $this->template.'_season'] ) ? $_COOKIE[ $this->template.'_season'] : $this->params->get('season') ); $_SESSION['tmplparams']['edges'] = $tmpl_edges = ( isset( $_COOKIE[ $this->template.'_edges'] ) ? $_COOKIE[ $this->template.'_edges'] : $this->params->get('edges') ); $_SESSION['tmplparams']['width'] = $tmpl_width = ( isset( $_COOKIE[ $this->template.'_widthStyle'] ) ? $_COOKIE[ $this->template.'_widthStyle'] : $this->params->get('widthStyle') ); $_SESSION['tmplparams']['pollstyle'] = $tmpl_pollstyle = $this->params->get('pollstyle'); ?> <!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/general.css" type="text/css" /> <?php $_SESSION['tmplparams']['night'] = $tmpl_night = $this->params->get('night'); if( $tmpl_night == 'auto' ) {?> <script language="JavaScript" type="text/javascript" src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/js/cookie.js"></script> <?php $servertime = (int) date( 'H' ); $clienttime = isset( $_COOKIE['clienttime'] ) ? (int) $_COOKIE['clienttime'] : $servertime; // var_dump( $servertime, $_COOKIE['clienttime'], $clienttime ); if( $clienttime > 21 || $clienttime < 6 ) { $_SESSION['tmplparams']['night'] = $tmpl_night = 'on'; $_SESSION['tmplparams']['season'] = $tmpl_season = "night"; } } ?> <link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/css/size.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/css/<?php echo $tmpl_edges.( $tmpl_night == 'on' ? "_night" : "" ); ?>.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/topmenu<?php echo ( $tmpl_night == 'on' ? "_night" : '' )."_".$tmpl_edges ?>.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/css/<?php echo $tmpl_season; ?>_bg.css" type="text/css" /> <?php JHTML::_('behavior.mootools'); ?> <script language="JavaScript" type="text/javascript" src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/js/reflection.js"></script> <script language="JavaScript" type="text/javascript" src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/js/png.js"></script> <script language="JavaScript" type="text/javascript" src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/js/usercontrol.js"></script> <script language="JavaScript" type="text/javascript" src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/js/links.js"></script> <?php if( $tmpl_cascadingmenu ):?> <script language="JavaScript" type="text/javascript" src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/js/menutools.js"></script> <?php endif;?> <!--[if lte IE 6]> <link href="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if lte IE 7]> <link href="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" /> <![endif]--> </head> <body id="page_bg" class="width_<?php echo $tmpl_width; ?>" link="#124170"> <div class="center" align="center"> <div id="wrapper_<?php echo $tmpl_pos; ?>"> <?php if( $this->params->get('showCPtheme') || $this->params->get('showCPresize') || $this->params->get('showCPposition') ):?> <div id="controlswitch" class="width_<?php echo $tmpl_width; ?>"> <div class="tab-theme"> <table cellpadding="0" cellspacing="0" class="imgbg"> <tr> <td style="vertical-align:top;"> <table cellpadding="0" cellspacing="0" id="cplinks"> <tr> <td valign="top"> <div> <?php if( $this->params->get('showCPtheme') ): ?> <div style="height:120px;padding-right:20px;text-align:left;vertical-align:top;float:left;"> <p style="font-weight:bold;padding:0px;margin:0;">Theme</p> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=season&pvalue=general">General</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=season&pvalue=springtime">Springtime</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=season&pvalue=summer">Summer</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=season&pvalue=autumn">Autumn</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=season&pvalue=winter">Winter</a> </div> <?php endif;?> <?php if( $this->params->get('showCPresize') ): ?> <div style="height:120px;padding-right:20px;text-align:left;vertical-align:top;float:left;"> <p style="font-weight:bold;padding:0px;margin:0;">Resize</p> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=widthStyle&pvalue=small">Small</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=widthStyle&pvalue=medium">Medium</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=widthStyle&pvalue=fluid">Fluid</a> </div> <?php endif;?> <?php if( $this->params->get('showCPposition') ): ?> <div style="height:120px;text-align:left;vertical-align:top;float:left;"> <p style="font-weight:bold;padding:0px;margin:0;">Position</p> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=TemplatePosition&pvalue=left">Left</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=TemplatePosition&pvalue=center">Center</a><br/> <a href="<?php echo $this->baseurl?>/templates/<?php echo $this->template?>/setParam.php?pname=TemplatePosition&pvalue=right">Right</a> </div> <?php endif;?> <div class="clr"></div> </div> </td> </tr> <tr> <td style="height:14px;" align="center"><div style="width:140px;margin:0 auto;height:14px;cursor: pointer;" onclick="javascript:toggleControl( 'controlswitch', -126, 0 )"> </div></td> </tr> </table> </td> </tr> </table> </div> </div> <?php endif;?> <div id="toppathway"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="leftbg"></td> <td class="rightbg"> <jdoc:include type="module" name="breadcrumbs" /> </td> </tr> </table> </div> <div id="header"> <?php if( $this->params->get('useTitle') ):?> <div id="custom_logo"> <table class="table_<?php echo $tmpl_width; ?>" cellpadding="0" cellspacing="0" background="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/getLogoImg.php?title=<?php echo urlencode( $this->params->get('siteTitle') )?>&size=<?php echo $this->params->get('titleSize')?>&font=<?php echo $this->params->get('titleFont')?>&color=<?php echo $this->params->get('titleColor')?>&cachedir=<?php echo urlencode( "<?php echo $this->baseurl?>/templates/{$this->template}/cache" )?>&background=<?php echo urlencode( 'images/logo.png' )?>&valign=pafkata"> <tr> <td style="height:100%;" valign="bottom"> <?php if( $this->params->get('useSlogan') ):?> <img src="<?php echo $this->baseurl?>/templates/<?php echo $this->template ?>/getLogoImg.php?title=<?php echo urlencode( $this->params->get('siteSlogan') )?>&size=<?php echo $this->params->get('sloganSize')?>&font=<?php echo $this->params->get('sloganFont')?>&color=<?php echo $this->params->get('sloganColor')?>&cachedir=<?php echo urlencode( "templates/{$this->template}/cache" )?>&background=<?php echo urlencode( '/images/slogan.png' )?>&valign=bottom" alt="" title="" class="reflect" style="height:23px;" /> <?php endif;?> </td> </tr> </table> </div> <?php else:?> <div id="logo"> </div> <?php endif;?> </div> <div id="tabarea"> <div id="tabarea_l"> <div id="tabarea_r"> <table cellpadding="0" cellspacing="0" class="pill"> <tr> <td class="pill_m"> <div id="pillmenu"> <?php if ( !$tmpl_cascadingmenu ) :?><jdoc:include type="modules" name="user3" /><?php endif;?> </div> <?php if ( $tmpl_cascadingmenu ) include 'sgmenu.php';?> </td> <td valign="top"> <jdoc:include type="modules" name="user4" /> </td> </tr> </table> </div> </div> </div> <div id="leftbg"> <div id="rightbg"> <div id="whitebox"> <div id="whitebox_m"> <div id="area"> <div id="leftcolumn"> <?php if($this->countModules('left')) : ?> <jdoc:include type="modules" name="left" style="rounded" /> <?php endif; ?> </div> <?php if($this->countModules('left')) : ?> <div id="maincolumn"> <?php else: ?> <div id="maincolumn_full"> <?php endif; ?> <table class="nopad"> <tr valign="top"> <td style="height:100%;"> <table style="height:100%;"> <tr> <td valign="top"> <?php if($this->countModules('user1 or user2')) : ?> <table class="nopad user1user2"> <tr valign="top"> <?php if($this->countModules('user1')) : ?> <td> <jdoc:include type="modules" name="user1" style="xhtml" /> </td> <?php endif; ?> <?php if($this->countModules('user1 and user2')) : ?> <td class="greyline"> <div class="greyline_bottom"></div> </td> <?php endif; ?> <?php if($this->countModules('user2') ):?> <td> <jdoc:include type="modules" name="user2" style="xhtml" /> </td> <?php endif; ?> </tr> </table> <?php endif; ?> <br/> <jdoc:include type="message" /> <?php if($this->params->get('showComponent')) : ?> <jdoc:include type="component" /> <?php endif; ?> </td> </tr> <tr> <td valign="bottom"> <jdoc:include type="modules" name="top" /> </td> </tr> </table> </td> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> <td class="greyline"><div class="greyline_bottom"></div></td> <td width="25%"> <jdoc:include type="modules" name="right" style="xhtml"/> </td> <?php endif; ?> </tr> </table> </div> <div class="clr"></div> </div> <div class="clr"></div> </div> <img src="images/banners/1050x100.png"/><br> </div> </div> </div> <div id="footer_width"> <div id="footer"> <div id="footer_l"> <div id="footer_m"></div> <div id="footer_r"> <p style="float:left; padding:10px 25px;"> <jdoc:include type="modules" name="syndicate" /> </p> <p style="float:right; padding:0px 20px;"> <img src="images/facebook.png"/> <img src="images/twitter.png"/> <img src="images/vkontakte.png"/> <!--Openstat--> <span id="openstat2238686"></span> <script type="text/javascript"> var openstat = { counter: 2238686, image: 5081, color: "477da1", next: openstat }; (function(d, t, p) { var j = d.createElement(t); j.async = true; j.type = "text/javascript"; j.src = ("https:" == p ? "https:" : "http:") + "//openstat.net/cnt.js"; var s = d.getElementsByTagName(t)[0]; s.parentNode.insertBefore(j, s); })(document, "script", document.location.protocol); </script> <!--/Openstat--> </p> </div> </div> </div> </div> <p style="text-align:center;padding:10px 0;"> Designed by <a href="http://www.imkufa.ru/" rel="external">Image-Consultant</a>. 2011-2012 </p> </div> </div> <jdoc:include type="modules" name="debug" /> </body> </html>
Если баннер планируется только на определенных страницах, то лучше воспользоваться компонентом - банненр.
Баннер планируется на всех страницах. Через "баннер" не получается. Придется напрямую писать в html. Подскажите, куда?
1. <div id= "banner"> <jdoc:include type="modules" name="banner" /> </div> в папке шаблона файл index.php (между <div id= "header"> и <div id= "tabarea">) 2. в файл templateDetails.xml добавляешь <position>banner</position> 3. заполняешь css-стили как тебе нужно!