兼容ie7 8的可关闭对联,直接上代码
<html>
<head>
<meta http-equiv="Content-Type" mrc="text/html; charset=gb2312" />
<title>对联广告代码</title>
<style type="text/css">
.r1{width:180px;height:60px;background:#F5F5F5;float:right;
position:fixed !important; top/**/:200px;
text-align: center;
position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);right:20px;}
.l1{width:180px;height:60px;background:#F5F5F5;float:right;
position:fixed !important; top/* www.mb5u.com */:200px;
text-align: center;
position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);left:20px;}
</style>
</head>
<body spellcheck="false">
<table width="200" border="0" align="center" bgcolor="#f8f8f8" height="1000">
<tbody>
<tr>
<td>可关闭对联,兼容ie7、8,谷歌等主流浏览器</td>
</tr>
</tbody>
</table>
<div class="r1" id="r1"><a href="http://www.baidu.com" target="_about">文字123456</a> <img onclick="javascript:hider1();" border="0" alt="关闭对联广告" vspace="3" src="./dm/images_mt/guans.png" width="148" height="14" style="cursor:pointer" /></div>
<div class="l1" id="l1"><a href="http://www.baidu.com" target="_about">文字123456</a> <img onclick="javascript:hidel1();" border="0" alt="关闭对联广告" vspace="3" src="./dm/images_mt/guans.png" width="148" height="14" style="cursor:pointer" /></div>
<script type="text/javascript">
function hider1()
{
r1.style.visibility="hidden";
}
function hidel1()
{
l1.style.visibility="hidden";
}
</script>
</body>
</html>