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






ACJavascripts posted this at 00:24 — 19th February 2007.
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)
asson posted this at 09:45 — 19th February 2007.
They have: 2 posts
Joined: Feb 2007
Thanks for your reply, solved it by removing
border-collapse: collapse;
Regards
