IE 8 and XP compatibility problem

User 2085077 Photo


Registered User
1 post

The web page was built using HTML editor 14.1 and contains a form created with Web Form builder ver 2.3 build 5217. I recently update the form on the page after which when the page loads using IE 8 on XP the page displays OK for a few seconds and then the content (text and images) disappear leaving only the background colour.

Does anybody know of compatibility issues with IE8 and if there is a work around because in South Africa there are still many XP computers in use out there.

The URL in question is www.spitbraaimasters.co.za

Thank you

User 271657 Photo


Ambassador
3,816 posts

IE8 is so out of date, Microsoft no longer supports it. Anyone still using IE8 should be used to seeing messed up webpages by now, since HTML and CSS have progressed way beyond what what the norm was when IE8 came along.
Tables for lay-out died a long time ago as well. ;)

Have you tried it without commenting out the form code?
<!--<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"newform2.php" + window.location.search + "\" width=\"100%\" height=\"714\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"newform2.php\" title=\"newform2\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>--> <<<This opening tag is commented out as well
<iframe width="100%" height="714" style="border:none; background:transparent; overflow:hidden;"
id="fb_iframe" src="newform2/newform2.html">
&lt;a href="newform2.php" title="newform2"&gt;Check out my CoffeeCup Form&lt;/a&gt;
</iframe>
</noscript>


Also, try changing your DocType to <!DOCTYPE html> (Current standard, is backwards compatible)

There are some Google listings for problems with Iframes in tables in IE8, so you might come across something there.
Or...maybe there's someone here that still has access to IE8 that might have an idea what's going on?
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 2147626 Photo


Ambassador
2,958 posts

Might help, might not ... add this to the page head.

<meta http-equiv="X-UA-Compatible" content="IE=edge">
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.