zoukankan      html  css  js  c++  java
  • 广告

    <style type="text/css">
            div#ad
            {
                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>

  • 相关阅读:
    获取 checkbox 的选中个数(转)
    jsp+UEditor粘贴word
    php+UEditor粘贴word
    asp.net+ueditor word粘贴上传
    php+ueditor word粘贴上传
    java+ueditor word粘贴上传
    word发布博客
    在线富文本编辑器
    文件上传管理系统
    .net 文件夹上传
  • 原文地址:https://www.cnblogs.com/zwei1121/p/1969714.html
Copyright © 2011-2022 走看看