Uridium Posted May 10, 2009 Posted May 10, 2009 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 Quote
BlueDevil23 Posted May 10, 2009 Posted May 10, 2009 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 :) Quote
Blackdogg Posted May 10, 2009 Posted May 10, 2009 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 ?? Quote
Paddy Posted May 10, 2009 Posted May 10, 2009 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! Quote
Uridium Posted May 10, 2009 Author Posted May 10, 2009 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. Quote
Jordan Palmer Posted May 15, 2009 Posted May 15, 2009 Re: [MCCODES ALL] IE8 Fix for visual Errors Thank's, Great addition, :mrgreen: Quote
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.