首页 > 代码库 > 右下角带关闭按钮的图片广告代码
右下角带关闭按钮的图片广告代码
<!-- 微信开始 --><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><!-- 微信结束 -->
右下角带关闭按钮的图片广告代码
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。