zwei1121

博客园 首页 新随笔 联系 订阅 管理

<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>

posted on 2011-08-03 16:10  zwei  阅读(142)  评论(0编辑  收藏  举报