首页 > 其他 > 详细

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

时间:2014-10-03 18:21:05      阅读:329      评论:0      收藏:0      [点我收藏+]
<!-- 微信开始 -->
<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;width: 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>
<!-- 微信结束 -->

 

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

原文:http://www.cnblogs.com/walter371/p/4005097.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!