<style type="text/css">
        div#ad
        {
            width: 1000px;
            height: 400px;
            font-size: 18px;
            padding: 0;
            margin: 0;
            background-color: Red;
            background: url(/images/ad/beitou.jpg) no-repeat;
            display: none;
        }
        div#ad p
        {
            height: 25px;
            padding: 0;
            margin: 0;
            line-height: 150%;
        }
    </style>--%>
    <script type="text/javascript">
        $(document).ready(function() {
            $("#ad").slideDown(1000, function() {
                var dom = $(this);
                setTimeout(function() { dom.slideUp(1000); }, 6000);
            });
        });

    </script>

相关文章:

  • 2021-09-23
  • 2021-04-28
  • 2021-08-30
  • 2021-07-21
  • 2021-08-27
  • 2022-12-23
  • 2022-01-02
  • 2021-11-13
猜你喜欢
  • 2021-05-09
  • 2021-11-17
  • 2021-07-23
  • 2021-12-23
相关资源
相似解决方案