标签:
<!DOCTYPE html>
<html>
<head>
<title>无法屏蔽的左右漂浮图片对联广告</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<!--把下面代码加到<head>与</head>之间-->
<style type="text/css">
.l1{
width:100px;height:100px;background:red;float:right;
position:fixed !important;top:200px;
position:absolute;z-index:300;top:expression(offsetParent.scrollTop+200);left:10px;
}
.r1{
width:100px;height:100px;background:red;float:right;
position:fixed !important;top:200px;
position:absolute;z-index:300;top:expression(offsetParent.scrollTop+200);right:10px;
}
</style>
</head>
<body>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<!--把下面代码加到<body>与</body>之间-->
<div class="l1"><a href="http://www.balijieji.com" target="_blank"><img src="http://www.balidaoyou.cn/d/file/jingdian/bali/2015-03-29/b30018c2ac895fd0f03b207792ef6400.jpg" width="100" height="100" border="0"></a></div>
<div class="r1"><a href="http://balidaoyou.cn" target="_blank"><img src="http://www.balidaoyou.cn/d/file/luxian/2015-03-26/a7bed563278a133a99f440209ae0df35.jpg" width="100" height="100" border="0"></a></div>
</body>
</html>
标签:
原文地址:http://www.cnblogs.com/zhaoguangxing/p/4435802.html