I'm trying but still having some issue.
The debugging window just shows lists of files without any kind of preview. I enabled it and then went to the "files". I might be going to the wrong place.
I did get the dark gray removed, not sure how I missed that before. I also use FF - it's a life saver! But for some reason I can't get the new footer image in place. I can get it in FF but not on the css sheet... If you don't mind me asking, could you tell me what exactly I should change on this? If I put the url(image) in it's not working.
HTML Code:
FF Code that works:
#footer {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#333333 url(images/footer.jpg) repeat scroll 0 0;bottom:auto;height:73px;margin-top:0;}
HTML Code:
Code in my main_aw.css:
#footer{background: #cccccc none;margin-top:0px;height:73px;bottom:auto}
Thanks for your help Ashley!
Jeanne