摘要:
IE6,7并不支持CSS3的属性,IE8也不能很好的支持CSS3。如何让ie支持border-radius (rounded), box-shadow ( shadow), text-shadow等这些属性呢?这里介绍一个通过htc脚本实现这些属性的方法。首先下载ie-css3.htc脚本。然后在css中加入 behavior: url(ie-css3.htc);.box { -moz-border-radius: 15px; /* Firefox */ -webkit-border-radius: 15px; /* Safari and Chrome */ border-radius: 15 阅读全文
posted @ 2011-05-10 14:05
阿彌陀佛
阅读(202)
评论(0)
推荐(0)