zoukankan      html  css  js  c++  java
  • semantic-ui and IE only message

    image

    <![if !IE]>
              <div class="ui message red">
                <i class="close icon"></i>
                <div class="header">
                Internet Explorer Notice
                </div>
                <p>IE10+ turns on Compatibility View by default, which use the obsolete IE7 core to parse web page. If the page is not displayed properly, which means the Compatibility View has been turned on(Turn off the Compatibility View) or the version of IE is less than 10 (Please use the latest <a href="https://www.google.com/intl/en/chrome/browser">Google Chrome</a>, <a href="https://www.mozilla.org/en-US/firefox/desktop/">Firefox</a>, <a href="https://www.microsoft.com/en-us/windows/microsoft-edge">Microsoft Edge</a>, <a href="https://vivaldi.com/">Vivaldi</a> instead.)</p>
                <p>Microsoft has abandoned IE for its abominable features, which are really disasters for developers and users. To turn off <b>Compatible View</b>, click <i class="setting icon"></i> in the menu bar, and choose <b>Compatible View Settings</b>; then uncheck <b>Display intranet sites in Compatibility View</b> and <b>User Microsoft compatibility lists</b>; And clear the list if any.</p>
              </div>
    <![endif]>
    
  • 相关阅读:
    aiohttp简介及快速使用
    Git的学习与使用
    基于scrapy-redis的分布式爬虫
    异步编程之asyncio简单介绍
    Scrapy框架中的CrawlSpider
    scrapy中selenium的应用
    ua池和代理池
    Scrapy持久化存储
    Scrapy的日志等级和请求传参
    virtualenv搭建Python虚拟环境
  • 原文地址:https://www.cnblogs.com/raybiolee/p/5814123.html
Copyright © 2011-2022 走看看