如何让IE浏览器支持CSS3圆角
展开全部
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style>
.div{ width:500px;
height:500px;
background:#F9F;
border-radius:15px;
margin:100px auto;
-moz-border-radius:
15px;-webkit-border-radius: 15px;
border-radius: 15px;
position:relative;
z-index:2;
behavior:url(ie-css3.htc);}
</style>
</head>
<body>
<div class="div"></div>
</body>
</html>
你可以看看,ie-css3.htc的下载地址也在这里。。。
http://www.iefans.net/ie-css3-yuanjia
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询