Reputation: 10880
Why doesn't this document render in IE8 ??
http://arabiannights.thestagingurl.com/
Upvotes: 0
Views: 336
Reputation: 228162
On ~line 55, if I change the last line of this:
<!--[if IE 7]>
<style type="text/css">
.sf-contener {position: absolute; left: 0;}
#right_column #cart_block .block_content a {position: relative; padding-top: 38px; top: -15px}
</style>
<! [endif] -->
to this:
<![endif]-->
Somehow the malformed IE conditional close comment was stopping the rest of the page from being parsed.
Upvotes: 8