zoukankan      html  css  js  c++  java
  • 右下角带关闭按钮的图片广告代码

    <!-- 微信开始 -->
    <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>
    <!-- 微信结束 -->
  • 相关阅读:
    C# 保存base64格式图片
    C# 日期比较
    Socket的使用
    地质演变完整事记
    计算机实用的使用技巧
    ebook 电子书项目
    ppt演讲者模式
    IT行业三大定律
    史前生命
    Oracle DataGuard发生归档丢失增量备份恢复备库
  • 原文地址:https://www.cnblogs.com/walter371/p/4005097.html
Copyright © 2011-2022 走看看