国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
右下角彈框代碼
<style type="text/css">
        *
        {
            margin: 0px;
            padding: 0px;
        }
        html, body
        {
            height: 100%;
        }
        body
        {
            font-size: 14px;
            line-height: 24px;
        }
        #tip
        {
            position: absolute;
            right: 0px;
            bottom: 0px;
            height: 0px;
            width: 280px;
            border: 1px solid #CCCCCC;
            background-color: #eeeeee;
            padding: 1px;
            overflow: hidden;
            display: none;
            font-size: 12px;
            z-index: 10;
        }
        #tip p
        {
            padding: 6px;
        }
        #tip h1, #detail h1
        {
            font-size: 14px;
            height: 25px;
            line-height: 25px;
            background-color: #0066CC;
            color: #FFFFFF;
            padding: 0px 3px 0px 3px;
            filter: Alpha(Opacity=100);
        }
        #tip h1 a, #detail h1 a
        {
            float: right;
            text-decoration: none;
            color: #FFFFFF;
        }
    </style>
///////////////////////////////////////////////////////////////////
<script type="text/javascript">
    window.onload=function()
    {
       var divTip = document.createElement("div");
       divTip.id="tip";
       divTip.innerHTML="<h1><a href='javascript:void(0)' onclick='start()'>×</a>您有1條新消息</h1><p><a href='javascript:void(0)' onclick='showwin()'>點擊這里查看詳細(xì)</a></p>";
       divTip.style.height='0px';
       divTip.style.bottom='0px';
       divTip.style.position='fixed'; 
       document.body.appendChild(divTip);
  start();
    }   
     var handle;
    function start(count)//參數(shù)為新短信個數(shù)
    {
        var obj = document.getElementById("tip");   
        obj.innerHTML=obj.innerHTML.replace("msgCount",count);        
        
        if (parseInt(obj.style.height)==0)
        { obj.style.display="block";
          handle = setInterval("changeH('up')",20); //調(diào)用該方法 參數(shù)為循環(huán)調(diào)用的時間
        }else
        {
             handle = setInterval("changeH('down')",20) 
        }
    } 
    function changeH(str)//逐步改變窗體的高一次遞增 或 遞減8px
    {
        var obj=document.all?document.all["tip"] : document.getElementById("tip");
        if(str=="up")
        {
          if (parseInt(obj.style.height)>100)
           clearInterval(handle);
          else
           obj.style.height=(parseInt(obj.style.height)+8).toString()+"px";
        }
        if(str=="down")
        {
          if (parseInt(obj.style.height)<8)
          { 
           clearInterval(handle);
           obj.style.display="none";
          }
          else  
           obj.style.height=(parseInt(obj.style.height)-8).toString()+"px"; 
        } 
    function showwin()
    {
    document.getElementsByTagName("html")[0].style.overflow = "hidden";
    start();    
    window.open("/member/managemsg.aspx");
    }    
    </script>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
常用作帖、發(fā)帖代碼集萃
簡單的緩沖的淡入層打開效果(frontpage代碼)
漂亮的JS日歷控件
一個漂亮的頁面日歷+時鐘_javascript_博客-java,j2ee,java框架,s...
【網(wǎng)頁特效】小巧玲瓏的網(wǎng)頁中的常用的小日歷
qq式的菜單
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服