I have a weird little box showing up on the right hand side on the footer of my site that I cannot get to go away. Can you please take a look and let me know what needs to be done to fix http://www.zingglendale.com
Thanks
I have a weird little box showing up on the right hand side on the footer of my site that I cannot get to go away. Can you please take a look and let me know what needs to be done to fix http://www.zingglendale.com
Thanks
Hey,
This looks like a quick CSS edit is needed to fix this, open up style5.css and find this code:
#footer {
background: url("../images5/bg_slice4.png") no-repeat scroll 0 0 transparent;
color: #888888;
}
Change it to:
#footer {
background: url("../images5/bg_slice2.png") no-repeat scroll right top transparent;
color: #888888;
}
This should remove the "weird box".
James
This is not seeming to work. They would like the header and footer to look like the attached link, but we cannot make it happen?
You must log in to post.