Forum Moderators: not2easy
On some pages in FF where the content is shorter than the absolutely positioned left and right menus, this footer image rides up the page. It is nothing more than a background image applied to the body - any ideas as to why this is happening.. my brain has gone blank on this... but I am sure this shouldn't be happening
DOCTYPE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
CSS:
body {
color: #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size: small; /* default font size */
background: url(../images-design/footer-bg1.gif) repeat-x left bottom;
}
ZA