zoukankan      html  css  js  c++  java
  • jQuery页面顶部下拉广告

    本广告可以是图片也可以是Flash,可以设置自动播放的时间,可以手动停止和重播。

    效果展示 http://hovertree.com/texiao/jquery/80/

    源码下载:
    http://hovertree.com/h/bjaf/8jy44vm8.htm

    效果图如下:


    代码如下:

    <!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=utf-8" />
    <title>jQuery可关闭及重复播放泰山压顶广告 - 何问起</title><base target="_blank" />
    <LINK rel=stylesheet type=text/css href="http://hovertree.com/texiao/jquery/80/css/hovertree.css">
    </head>
    
    <body style="text-align:center">
    <br><br>
    
    <!--广告开始-->
    <DIV class="gg_full wrapfix">
    <DIV class=gg_fbtn><A style="DISPLAY: none" class=gg_freplay title=重播 
    href="javascript:;" target="_self"></A><A class=gg_fclose title=关闭 
    href="javascript:;" target="_self"></A></DIV>
    <DIV class=gg_fcon></DIV></DIV>
    
    
    <SCRIPT type=text/javascript src="http://down.hovertree.com/jquery/jquery-1.4.2.min.js"></SCRIPT>
    <SCRIPT type=text/javascript src="http://hovertree.com/texiao/jquery/80/js/hovertree.js"></SCRIPT>
    
    <!--广告结束-->
    <br>
    <p>适用浏览器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. </p>
    <p>来源:<a href="http://hovertree.com/" target="_blank">何问起</a>
        <a href="http://hovertree.com/menu/texiao/">网页特效</a>
    <a href="http://hovertree.com/h/bjaf/2lkrc3r2.htm">代码说明</a></p>
    <p></p>
    </body>
    </html>

    转自:http://hovertree.com/h/bjaf/2lkrc3r2.htm

    特效汇总:http://www.cnblogs.com/roucheng/p/texiao.html

  • 相关阅读:
    var、let、const
    面向女朋友自我介绍
    ES6——class
    一个错误引发的——对异步回调与for循环(小白错误,大神勿进)
    关于this
    关于作用域
    HTML5 8
    HTML5 7
    HTML5 6
    HTML5 4
  • 原文地址:https://www.cnblogs.com/roucheng/p/jqueryxiala.html
Copyright © 2011-2022 走看看