OK, So here is my issue. I have a blog on a site that works fine on every browser, IE9, Chrome, FireFox. However, when viewing it in IE8 it will load normally, and a few seconds later, after all blog post finish loading, it then somehow, someway puts blog post into the side bar and it breaks the page, my code is below; any help would be greatly appreciated. It has been the same way working with no issues for a very long time, and was just noticed.
EE Build 1.7.0
{assign_variable:my_weblog="blog"}
{assign_variable:my_template_group="blog"}
{if segment_2}
{exp:weblog:entries weblog="{my_weblog}” status=“open|news” disable=“member_data|trackbacks” dynamic=“off”}
{embed="embeds/head" meta-title="{meta_title}” meta-keywords=”{keyword}” meta-description=”{meta_description}” dynamic=“off”}
{/exp:weblog:entries}
{if:else}
{exp:weblog:entries weblog="{my_weblog}” status=“Page Information” disable=“member_data|trackbacks” dynamic=“off”}
{embed="embeds/head" meta-title="{meta_title}” meta-keywords=”{keyword}” meta-description=”{meta_description}”}
{/exp:weblog:entries}
{/if}
<body id=“blog”>
<div class=“wrapper group”>
{embed="embeds/header"}
{embed="embeds/nav"}
{if segment_2}
{exp:weblog:entries weblog="{my_weblog}” status=“news|open” orderby=“date” sort=“desc” disable=“member_data|trackbacks” dynamic=“off” }
<div class=“section-box blog-summary {switch='odd|even'}”>
<div class=“section”>
{title}
<div class=“view”>{if thumb}{exp:htmlclean}{thumb}{/exp:htmlclean}{/if}{summary}
continue reading…</div>
</div>
</div>
{/exp:weblog:entries}{if:else}
{exp:weblog:entries weblog="{my_weblog}” status=“Page Information” disable=“member_data|trackbacks” dynamic=“off” }
<div class=“section-box”>
<div class=“section”><h1>{title}</h1> {if youtube_link}
{embed="embeds/youtube" youtube_id="{youtube_link}”}
{/if}
<div class=“view”>{body}</div></div></div>
{/exp:weblog:entries}
<div id=“content” class=“group”>
<div id=“container”>
{exp:weblog:entries weblog="{my_weblog}” status=“news|open” orderby=“date” sort=“desc” disable=“member_data|trackbacks” dynamic=“off” }
<div class=“section-box blog-summary {switch='odd|even'}”>
<div class=“section”>
{title}
<div class=“view”>{if thumb}{exp:htmlclean}{thumb}{/exp:htmlclean}{/if}{summary}
continue reading…</div>
</div>
</div>
{/exp:weblog:entries}{/if}</div>
<div class=“secondary”><div></div>
<div class=“section-box”>
<div class=“section”>
<div class=“group”>
Categories
{exp:weblog:categories weblog="blog" show_empty="no" status="news|open" class="group" dynamic="off"}
{category_name}
{/exp:weblog:categories}</div>
<div class=“cloud group”>
Tag Cloud
</div><div class=“rss group”>
RSS Feed
Subscribe</div></div></div>
{embed="embeds/sidebar_blog" }
</div>
</div>
</div>
{embed="embeds/footer"}
</body>
</html>