I am experiencing compatibility issues with my website on Internet Explorer while it looks great on other browsers like Chrome, Firefox, and Safari. Simply put, when I tested it using IETester, the layout was all over the place (you can compare by visiting ).
One theory I have is that IE8 may not load well from <object>
tags. I currently use three object tags to load different sections of my site - the header, vertical menu, and "site log". You can view them individually here: , , .
To load these sections, I utilize the following code:
For the header:
<object type="text/html" data="http://www.gfcf14greendream.com/header.html" width="100%" height=185></object>
For the menu:
<object type="text/html" data="http://www.gfcf14greendream.com/verticalmenu.html" height=484 width=100%></object>
And for the log:
<center><object type="text/html" data="http://www.gfcf14greendream.com/thesitelog.html" height=600 width="90%"></object></center>
If anyone has any insights or suggestions on how to resolve this issue with Internet Explorer, please share. Thank you!