Nuts
05-21-2008, 12:08 PM
Hi
I am having a problem with a white row appearing between my main content and footer in FF. Can anyone tell me how to get rid of this.
HTML
<div id="footer"><br />
<p align="center" class="style7"> Copyright 2008
<br />
Graphic Design - Printing<br />
<p>
</div>
CSS
.oneColFixCtrHdr #footer {
padding: 0;
background-color: #A6BF7D;
}
---The main content ends directly before the footer.----
.oneColFixCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #EBEEDF;
background-image:url(images/mainpageborder.gif);
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
Any help much appreciated - I am sure it is something very simple that I am missing. Nuts
I am having a problem with a white row appearing between my main content and footer in FF. Can anyone tell me how to get rid of this.
HTML
<div id="footer"><br />
<p align="center" class="style7"> Copyright 2008
<br />
Graphic Design - Printing<br />
<p>
</div>
CSS
.oneColFixCtrHdr #footer {
padding: 0;
background-color: #A6BF7D;
}
---The main content ends directly before the footer.----
.oneColFixCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #EBEEDF;
background-image:url(images/mainpageborder.gif);
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
Any help much appreciated - I am sure it is something very simple that I am missing. Nuts