tornator 0 Posted April 3, 2012 Report Share Posted April 3, 2012 Hi, I know that this might be a quite common question but I haven't found a solution for my site so maybe you guys can help me out. I am not very experienced with this CSS stuff and I haven't been able to come up with a solution. My navigation bar works fine with other browsers but not firefox. You can find a live view of the site at: http://www.korukivi.fi/?page_id=375 Thanks for any help! Quote Link to post Share on other sites
tornator 0 Posted April 3, 2012 Author Report Share Posted April 3, 2012 I removed some margins which seemed to be conflicting with each other. Now it looks pretty much how I would like it to look but now I can't click the links anymore. Whats up with that? Quote Link to post Share on other sites
Err 10 Posted April 3, 2012 Report Share Posted April 3, 2012 (edited) You should really consider validating your pages. You have code between your <head> and <body> tags and probably other errors that's contributing to your problem. http://validator.w3.org/ Edited April 3, 2012 by Err Quote Link to post Share on other sites
tornator 0 Posted April 3, 2012 Author Report Share Posted April 3, 2012 Thanks for the reply. I've tried but the validator tells me that A fatal error occurred when attempting to decode response body from http://www.korukivi.fi/. Either we do not support the content encoding specified ("none"), or an error occurred while decoding it. The error was: Don't know how to decode Content-Encoding 'none' [/left][/left] What a mess [/left] Quote Link to post Share on other sites
Err 10 Posted April 3, 2012 Report Share Posted April 3, 2012 I think a really good first step would be to put all your html between the <body> and </body> tags. Quote Link to post Share on other sites
tornator 0 Posted April 4, 2012 Author Report Share Posted April 4, 2012 (edited) The validator still doesn't work but the site is now 10 x faster. Thanks for help! edit: Validator probably works. My site doesn't Edited April 4, 2012 by tornator Quote Link to post Share on other sites
Err 10 Posted April 4, 2012 Report Share Posted April 4, 2012 (edited) Replace <meta charset="UTF-8" /> with <meta http-equiv="content-type" content="text/html; charset="utf-8" /> then try to validate again. Edited April 4, 2012 by Err Quote Link to post Share on other sites
tornator 0 Posted April 6, 2012 Author Report Share Posted April 6, 2012 Still no good Maybe I should contact those who upkeep my server. Well I think I can manage anyways. Thanks for your help, Err. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.