Hi all,
I have a problem with my blog's footer: it doesn't show when viewed in IE and Firefox. Everything's brilliant when opened in Opera. What could be the reason?
Thanks in advance for your help.
Kind regards,
Blondie
Hi all,
I have a problem with my blog's footer: it doesn't show when viewed in IE and Firefox. Everything's brilliant when opened in Opera. What could be the reason?
Thanks in advance for your help.
Kind regards,
Blondie
CSS most likely. Go to validator.w3.org and have it scan for errors. When these are fixed, the website should look the same in any browser.
Thank, I did a scan for errors, and the errors detected are ridiculious, for ex:
Line 18, Column 1: character "f" not allowed in prolog.
font-size:11px;
✉
Line 39, Column 0: character "t" not allowed in prolog.
text-decoration: underline;
✉
Line 64, Column 0: character "}" not allowed in prolog.
}
✉
Line 84, Column 1: character "b" not allowed in prolog.
background:url(images/header_end_bg.gif) no-repeat top;
I don't see any substantial errors in my style.CSS.
The problem was in the Sidebar. There was some content after </div> tags. I've removed the said content and it fixed the Footer problem.
This topic has been closed to new replies.