I insert this html coe:
....
{debug_info_large}
<!-- Here is the bottom banner -->
<p class="publicidadforoinferior">
<img src="../publicidad/inferior_1.jpg" width="700" height="80" />
</p>
<!-- end of the bottom banner -->
<p id="bottom">
{usebb_copyright}
</p>
....
The css added are:
/* PUBLICIDAD */
.publicidadforoinferior
{
clear:both;
float: left;
width: 705px;
margin-bottom: 10px;
padding: 3px 9px 3px 9px;
background-image: url(gfx/topmenu_bg.png);
background-repeat: repeat-x;
background-color: #E8E8E8;
border: 1px solid #369;
font-style: normal;
text-align: right;
color: #333;
}
In IE, the bottom of the template it's ok, but the header, lose the right shadow and place white solid color.
In firefox, the header it's ok, but the div that wrap all the forum, don't close correctly, and the p with the powered by goes out of the white background.
If I modify the class removing the float:left, I solve the firefox problem, but not the problem with the header in IE.
Where is the mistake?
Thanks,


