Backgroud Images not showing up in FF

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

They have: 2 posts

Joined: Feb 2007

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

Regards
Doh!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.