1
My banners (swf) were working fine in 2.4.0: they were centered in the header and the footer within a td (with a backgroundcolor). In 2.4.2.: - they are not centered anymore: they appear somewhere right from the middle; - they appear outside the td - they overlap the normal content of the site that is not in the header The id in which the <{xoops_banner}> appears is:
#obFooter {
font-size: 11px;
text-align: center;
color: #FFFFFF;
background-image: url(images/footer.gif);
margin: 2px;
background-repeat: repeat-x;
background-position: top;
padding: 13px 13px 3px;
background-color: #90CB0D;
}
In the html page code there appear 2 id's: - xo-bannerfix - xo-fixbanner i found xo-fixbanner as "xo-fixbanner a" in the xoops.css. I tried to manipulate this id to correct my banner position. Where can I find the xo-bannerfix id ? Ho can I get my banners centered ? Thanks ! SME Drieben