开发者

IE8 Render Issue

开发者 https://www.devze.com 2023-01-31 09:47 出处:网络
Why doesn\'t this document render in IE8 ?? http://arabianni开发者_C百科ghts.thestagingurl.com/On ~line 55, if I change the last line of this:

Why doesn't this document render in IE8 ??

http://arabianni开发者_C百科ghts.thestagingurl.com/


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消