码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-10-03 19:11:55      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   os   ar   sp   div   c   

<!-- 微信开始 -->
<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>
<!-- 微信结束 -->

 

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

标签:style   blog   color   io   os   ar   sp   div   c   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!