zoukankan      html  css  js  c++  java
  • hack,不同的IE浏览器

     1 <!DOCTYPE html>
     2 <html>
     3     <head>
     4         <meta charset="utf-8">
     5         <title></title>
     6         <style>
     7             div{
     8                 width: 200px;
     9                 height: 200px;
    10                 background-color: red
    11                 background-color: blue9;
    12                 *background-color: green;
    13                 _background-color: yellow;
    14             }
    15         </style>
    16         <!--
    17             9 IE10以及IE10以下版本的10,9,8,7,6,......
    18             *  IE7以及IE7以下版本的7,6,5,......
    19             _  IE6以及IE6以下版本的6,5,4,......
    20         -->
    21     </head>
    22     <body>
    23         <div></div>
    24     </body>
    25 </html>
  • 相关阅读:
    bzoj 1977
    bzoj 3389
    bzoj 1064
    codeforces 424D
    codeforces 425C
    codeforces 425D
    codeforces 427E
    codeforces 425E
    codeforces 429D
    codeforces 429E
  • 原文地址:https://www.cnblogs.com/hduhdc/p/5236266.html
Copyright © 2011-2022 走看看