IE6 IE7 IE8兼容性

来源:互联网 发布:java新技术 2017 编辑:程序博客网 时间:2024/05/03 17:32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">     <head>     <title></title>     <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />     <style type="text/css">        .box           {          background:orange;*background:red;_background:blue;          width:100px;          height:100px;        }     </style>     </head>     <body>     <div class="box">     </div>     </body></html>

原创粉丝点击