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: blue\9;
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>

 

posted on 2016-03-02 19:53  hduhdc  阅读(115)  评论(0编辑  收藏  举报