justuptime.com - monitor your servers & websites

Backgroud Images not showing up in FF

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 2 posts

Joined: Feb 2007

Hi every one,
I'm busy with redesigning my website, and have a problem couldn't solve it my self, hoping for some help here.
http://ebookspyder.net/subsite

If you look at that page in FireFox you will not see any backgroud image for the logo table, but it's working in IE,
here is my CSS code for that part,

.logo {
background-position: center;
border-color: #E5E5E5;
border-width: 2px;
width: 900px;
background-image: url('http://ebookspyder.net/subsite//images/header_bg.gif');
background-repeat: repeat-x;
height: 80px;
padding-left: 10px;
visibility: collapse;
cursor: pointer;
border-collapse: collapse;
border-spacing: 0px;
}

'

Any help?

Thanks

He has: 11 posts

Joined: Feb 2007

When calling your image you have two // in the URL.

http://ebookspyder.net/subsite//images/header_bg.gif

ACJavascripts.com - Free Cut and Paste Javascripts
SimplyProgram.com - Personal Blog
CYWebmaster.com - Webmaster Forum (re-designing)

They have: 2 posts

Joined: Feb 2007

Thanks for your reply, solved it by removing
border-collapse: collapse;

Regards
Doh!