IE6/IE7/IE8支持CSS3属性实例页面
代码:
CSS代码:
.box {
width:256px;
height:190px;
text-indent:2em;
font-size:2em;
font-family:'华文新魏','华文行楷','微软雅黑';
color:#a6813c;
background:url(//image.zhangxinxu.com/image/study/s/s256/mm1.jpg) no-repeat;
position:relative;
z-index:2;
/* 现代浏览器以及使用了IE-CSS3的IE浏览器 */
border-radius: 15px;
/* 现代浏览器以及使用了IE-CSS3的IE浏览器 */
box-shadow: 10px 10px 20px #000;
behavior: url(ie-css3.htc); /* 通知IE浏览器调用脚本作用于'box'类 */
}
HTML代码:
<div class="box">无版权小美女</div>
效果:
无版权小美女