1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. js對聯廣告代碼

        時間:2021-01-14 17:02:44 對聯 我要投稿

        js對聯廣告代碼

          導語:經典的對聯廣告代碼,JS代碼實現,很簡潔,也是通用的.代碼,隨著滾動條的滾動自動適應,對聯大小由CSS控制,這使得代碼修改起來更加方便快捷,不懂JS也沒有關系,大家可以試著做做看。

        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
        <title>標準對聯廣告Js代碼</title>
        <style type="text/css">
        <!--
        #lovexin12,#lovexin14{
        width:90px;
        height:230px;
        background-color:#ededed;
        border:1px solid #ddd;
        }
        html,body{
        height:1203px;
        }
        #mm{
        height:1000px;
        }
        -->
        </style>


        <script language="JavaScript" type="text/javascript">
        lastScrollY=0;
        function heartBeat(){
        var diffY;
        if (document.documentElement && document.documentElement.scrollTop)
        diffY = document.documentElement.scrollTop;
        else if (document.body)
        diffY = document.body.scrollTop
        else
        {/*Netscape stuff*/}
        percent=.1*(diffY-lastScrollY);
        if(percent>0)percent=Math.ceil(percent);
        else percent=Math.floor(percent);
        document.getElementById("lovexin12").style.top=parseInt(document.getElementById
        ("lovexin12").style.top)+percent+"px";
        document.getElementById("lovexin14").style.top=parseInt(document.getElementById
        ("lovexin12").style.top)+percent+"px";
        lastScrollY=lastScrollY+percent;
        }
        suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:120px;'>ad1</div>"
        suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:120px;'>ad2</div>"
        document.write(suspendcode12);
        document.write(suspendcode14);
        window.setInterval("heartBeat()",1);
        </script>
        </head>
        <body>
        <div id="mm"></div>
        </body>
        </html>

        js對聯廣告代碼

        【js對聯廣告代碼】相關文章:

        js+xml自動生成表格的代碼11-10

        PHP頁面輸出時js設置input框的選中值代碼11-21

        廣告公司春節對聯10-21

        Javascript入門學習js函數11-15

        JavaScript JS入門詳細教程11-10

        JS控制html控件的方法09-30

        虎年春節廣告對聯(精選50句)01-15

        asp與js的類型轉換函數11-11

        過濾HTML代碼11-11

        jQuery(js)如何獲取文字寬度(顯示長度)11-10

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>