css3pie

让ie也能享用css3

但导入的文件太大,有40K

<!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>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style>
            .radius{
                width: 200px;
                height: 100px;
                border: 1px solid #999;
                -webkit-border-radius:10px;
                -moz-border-radius:10px;
                border-radius: 10px;
                behavior:url(pie1/PIE.php);
            }
        </style>
    </head>
    <body>
        <div class="radius">
        </div>
    </body>
</html>

  

posted @ 2013-05-07 17:07  xngeer  阅读(297)  评论(0编辑  收藏  举报