wonderbeyond
9/29/2015 - 6:27 AM

Kill IE bar

Kill IE bar

<!-- Place under <body> -->

<!--[if lte IE 7]>
<style>
    .kie-bar {
        height: 24px;
        line-height: 1.8;
        font-weight: normal;
        text-align: center;
        border: 1px solid #fce4b5;
        background-color: #FFFF9B;
        color: #e27839;
        position: relative;
        font-size: 12px;
        margin: 5px 0 0 0;
        padding: 5px 0 2px 0;
    }
    .kie-bar a {
        text-decoration: none;
        color: #08c;
        background-repeat: none;
    }
    .kie-bar a:hover {
        text-decoration: underline;
    }
</style>
<div id="kie-bar" class="kie-bar">您正在使用的浏览器版本过低,无法保证流畅的体验,甚至会展示错乱。请立即<a href="http://www.microsoft.com/china/windows/IE/upgrade/index.aspx" target="_blank" title="免费升级至IE8浏览器">免费升级</a>,上网更顺畅、投资更安全!
</div>
<![endif]-->