PDA

View Full Version : Firefox Vs Ie


thehush
09-21-2005, 02:49 PM
Hi, i've got a problem on my website.

http://thehush.free.fr/pixelpost_1.4.2

When i saw my page with Firefox, there is no problems.
When i saw it with IE, the page does not appear with the good parameters.

http://thehush.free.fr/connerie/Resize%20of%20Image8.jpg

http://thehush.free.fr/connerie/Image9.jpg

I don't understand, i didn't make any change since the last week on my website, just upload some new pic.

I try to check my website code :
http://validator.w3.org/check?uri=http%3A%2F%2Fthehush.free.fr%2Fpixelpost _1.4.2%2Findex.php&charset=%28detect+automatically%29&doctype=Inline&verbose=1

"Sorry, I am unable to validate this document because on line 18 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication. "

But on the 18 line, that the annonce of pixelpost...
If you have any idea...
Thanks.
Hush

thehush
09-23-2005, 08:06 AM
Nobody have an answer?
:(
Or i'm in the wrong section for this problems?

blinking8s
09-23-2005, 09:00 AM
I cant recreate your error, css sheet pulls up for firefox, ie, opera, safari for me...but i do not see the template you are displaying in the forum for help request either

thehush
09-23-2005, 09:05 AM
Oh sorry, in a waiting time, i put an other template...
I make the change now.


Edit : Ok, that's done

premii
09-23-2005, 12:58 PM
Its not the template that causing problem,
its a keyword that you are using, num?rique, it contains non-utf8 character.

Remove that word, it might be the problem.

also i remove non-utff8 character and validated your page, 8 errors for undefined elements like <EXIF_EXPOSURE_PROGRAM> - <EXIF_EXPOSURE_BIAS>

thehush
09-23-2005, 01:57 PM
yes, i change, i replace numérique with numerique.
But there is no change in IE, the same problems.. :( :(

premii
09-23-2005, 10:36 PM
http://thehush.free.fr/pixelpost_1.4.2/templates/sekence/styles/dark.css

Well, i know you can have newline in comments, but you should remove all newline character from comments. may be because of newline IE is ignoring your CSS file.

and also validate your site .

premii
09-23-2005, 10:51 PM
FYI: your site works fine in IE 5.5

blinking8s
09-24-2005, 01:35 AM
remove


<link rel="stylesheet" type="text/css" href="templates/sekence/styles/dark.css" title="dark"/>
<link rel="alternate stylesheet" type="text/css" href="templates/sekence/styles/light.css" title="light"/>


and replace with


<link rel="stylesheet" href="templates/sekence/styles/dark.css" type="text/css" />


then see how that works for you

thehush
09-26-2005, 09:45 AM
Thanks blinking8s!
Thats the right change! :D

its work fine!