Hello all,
I am having some trouble getting my background image to show in FF and IE, I am using firefox web developer add-on and when I click edit css, the background image shows up, when I close the edit css it reverts back to having no background.
here is the page.
here is my css
#footer {
position:absolute;
bottom:0;
width:100%;
height:90px; /* Height of the footer */
background:#FFF;
background-image:url('./images/bottbgrp.png') repeat-x;
color:#000;
}