Jump to content
MakeWebGames

Recommended Posts

Posted

Not sure if anyone noticed any glitches on their Internet Explorer 8 where by some things just didnt seem right.

On mine it was mainly the CSS and Javascript it would act up at times...

So heres a small fix.. for those using IE8

open up header.php

Just under <? Add

header('X-UA-Compatible: IE=EmulateIE7');

This should make IE8 Emulate IE7 which was fine for me.

 

Reason for EDIT fat fingers

Posted

Re: [MCCODES ALL] IE8 Fix for visual Errors

It's worth noting, an ideal solution would be to use valid, clean, semantic XHTML and CSS, paired with a Strict Doctype, to get the best results, in all Grade A browsers, including IE 8.

But for most people, that need a quick fix, to get the IE 7 look back again, this will work. Good find illusions :)

Posted

Re: [MCCODES ALL] IE8 Fix for visual Errors

would something like this work for firefox to as my game doesnt like people who use firefox they cant equip items (just says invalid item id) and does triple posts in the forum

and opera does double posts in forums and mails and such like ??

Posted

Re: [MCCODES ALL] IE8 Fix for visual Errors

 

would something like this work for firefox to as my game doesnt like people who use firefox they cant equip items (just says invalid item id) and does triple posts in the forum

and opera does double posts in forums and mails and such like ??

i dont think that is a browser issue, more like glitches in the actual script which i must suggest you fix ASAP,

unless you are using AJAX or JS!

Posted

Re: [MCCODES ALL] IE8 Fix for visual Errors

 

would something like this work for firefox to as my game doesnt like people who use firefox they cant equip items (just says invalid item id) and does triple posts in the forum

and opera does double posts in forums and mails and such like ??

Ive seen this issue before cant quite remember how it was solved. i am sure though it was a header.php file problem.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...