CSS3 support for Internet Explorer 6, 7, and 8

主要是在css中导入这个文件ie-css3.htc

 

behavior: url(ie-css3.htc);

 

导入这个文件事需要服务器的支持,不然在ie中报

Access is denied to: file:///C:/Users/Administrator/Desktop/aa/ie-css3.htc

就是拒绝访问

 

效果


事例

 

<!DOCTYPE html>
<html lang="en">
<head>
	<title>CSS3 support in Internet Explorer 6, 7, and 8</title>
 

 
	<style type="text/css">
		/* The script works with absolutely positioned elements too */
		.box3 {
			background-color: #ddd;
			width: 110px;
			height: 25px;
			padding: 20px;
			position: absolute;
			top: 1px; left: 1px;
			text-align: center;
			font-weight: bold;
 
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
 
			-moz-box-shadow: 10px 10px 20px #000;
			-webkit-box-shadow: 10px 10px 10px #000;
			box-shadow: 10px 10px 20px #000;
 
			behavior: url(ie-css3.htc);
		}
	</style>
</head>
 
<body>

		<div class="box3">
			<a href="ie-css3.htc">Download</a>
		</div>

</body>
</html>
 

 ie-css3.htc官网下载地址(http://fetchak.com/ie-css3/)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值