css圆角和阴影兼容问题(ie7,ie8)


<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Document</title>
  <style type="text/css">
   .box {
      background-color: #f0f0f0;
      width: 740px;
      height: 40px;
      border: 1px solid #d7d7d7;
      -moz-border-radius: 11px;
      -webkit-border-radius: 11px;
      border-radius: 11px;
      behavior: url(ie-css3.htc);
    } 
  </style>
</head>
<body>
 
    <div class="box"></div>
</body>
</html>

  

下载地址:http://css3pie.com/download/

posted @ 2015-06-30 10:52  Rain-Heart  阅读(625)  评论(0)    收藏  举报