右下角带关闭按钮的图片广告代码

<!-- 微信开始 -->
<style> 
#INDEXT_RB_AD{ 
clear:both; width:200px; height:200px; z-index:1000; overflow:hidden; 
bottom:5px; right:5px; 

/* 火狐、google浏览器只需要后面这一句代码即可 */ 
position:fixed !important; 

/* 以下代码是针对ie6的 */ 
_position:absolute; 
_top: expression( eval( document.documentElement.scrollTop + document.documentElement.clientHeight - this.offsetHeight - (parseInt(this.currentStyle.marginTop,10)||0) - (parseInt(this.currentStyle.marginBottom,10)||0) ) - (parseInt(this.currentStyle.bottom,10)||0) );} 
</style> 
<DIV id="INDEXT_RB_AD" style="display:block">
<DIV align="right" onclick="document.getElementById('INDEXT_RB_AD').style.display = 'none';" style="line-height: 25px; 100%;height: 25px;cursor: pointer">关闭</DIV>
<DIV><A href="/"><IMG title="" border="0" alt="" src="__PUBLIC__/images/wx.jpg" width="123px" height="297px"></A></DIV></DIV>
<!-- 微信结束 -->
原文地址:https://www.cnblogs.com/walter371/p/4005097.html