臧富祥 ^回到顶部

您的当前位置:首页 > web资讯 > CSS > border-radius兼容性的2个解决办法

border-radius兼容性的2个解决办法

所属分类: CSS   2018-08-08 09:39:11  编辑:admin  浏览次数 603 次

方法一
behavior: url(ie-css3.htc);
border-radius: 25px;
  文件ie-css3:

ie-css3.tx  使用时吧txt后缀改成htc

方法二
//css样式
width: 200px;
height: 50px;
background: #BBFFAA;
behavior: url(PIE.htc);
border-radius: 25px;

  文件PIE

1533692205327991.txt

引入js文件PIE.js

123.png


Web文章检索

Web文章目录