Jump to content

CSS problems with Firefox


tornator

Recommended Posts

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!

Link to comment
Share on other sites

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 by Err
Link to comment
Share on other sites

Thanks for the reply. I've tried but the validator tells me that

A fatal error occurred when attempting to decode response body from
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]

Link to comment
Share on other sites

I think a really good first step would be to put all your html between the <body> and </body> tags.

Link to comment
Share on other sites

Replace <meta charset="UTF-8" /> with <meta http-equiv="content-type" content="text/html; charset="utf-8" /> then try to validate again.

Edited by Err
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...