惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
Forbes - Security
Forbes - Security
雷峰网
雷峰网
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
V
Visual Studio Blog
月光博客
月光博客
博客园 - Franky
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享
博客园 - 三生石上(FineUI控件)
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
The Register - Security
The Register - Security
S
SegmentFault 最新的问题
博客园 - 司徒正美
P
Proofpoint News Feed
Know Your Adversary
Know Your Adversary
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
Arctic Wolf
Cyberwarzone
Cyberwarzone
Simon Willison's Weblog
Simon Willison's Weblog
U
Unit 42
P
Proofpoint News Feed
Scott Helme
Scott Helme
MyScale Blog
MyScale Blog
T
Tenable Blog
Hugging Face - Blog
Hugging Face - Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
P
Palo Alto Networks Blog
V
V2EX
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tailwind CSS Blog
V
Vulnerabilities – Threatpost
Latest news
Latest news
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
I
Intezer
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
博客园 - 【当耐特】
B
Blog RSS Feed
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
NISL@THU
NISL@THU
C
Cisco Blogs
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Schneier on Security

博客园 - 探路者

编辑用户资料的时候,让用户的密码以星花显示 gridview列 数字、货币和日期 显示格式 Blog常用拖动模块 摘录小代码合集[1] 注册时阅读条款倒计时控制 通用JS倒计时代码 去除网页FLASH"单击并激活此控件"解决办法 Js实现Checkbox的全选/反选 实用天气代码 银行软键盘代码 改善用户体验之密码强度提示 div制作三角图标 IE滚动条样式 【WEB控件】[GridView系列]Panel+GridView 【Web控件】[GridView系列]给GridView添加滚动条 常用CSS样式 【HTML控件】[TextBox系列]搜索输入关键字 可以移动的漂浮层 Div滚动条样式 - 探路者
模仿层遮盖网页浏览区
探路者 · 2007-11-02 · via 博客园 - 探路者

<!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 runat="server">
    <title>层遮盖网页可视区</title>
    <style type="text/css">
    #massage_box{ position:absolute;  left:expression((body.clientWidth-350)/2); top:expression((body.clientHeight-200)/2); width:350px; height:150px;z-index:1000; visibility:hidden;filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#666666,OffX=6, OffY=6,Positive=2);}
    #mask{ position:absolute; top:0; left:0; width:expression(body.clientWidth); height:expression(body.clientHeight); background:#B3B3B3; filter:ALPHA(opacity=60); z-index:1; visibility:hidden}
    .massage{border:#036 solid; border-width:1 1 3 1; width:95%; height:95%; background:#fff; color:#036; font-size:12px; line-height:150%}
    .header{background:#036; height:10%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding:3 5 0 5; color:#fff;cursor:move;}
    </style>

    <script type="text/javascript" language="javascript">
    var Obj=''
    document.onmouseup=MUp
    document.onmousemove=MMove
    function MDown(Object)
    {
        Obj=Object.id
        document.all(Obj).setCapture()
        pX=event.x-document.all(Obj).style.pixelLeft;
        pY=event.y-document.all(Obj).style.pixelTop;
    }
    function MMove()
    {
        if(Obj!='')
        {
         document.all(Obj).style.left=event.x-pX;
         document.all(Obj).style.top=event.y-pY;
     }
    }
    function MUp()
    {
        if(Obj!='')
        {
         document.all(Obj).releaseCapture();
         Obj='';
     }
    }
    </script>

</head>
<body style="width: 100%; height: 869px; filter: progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=#3C7FAF,endColorStr=#ffffff);
    margin: 0 auto 0 auto;">
    <form id="form1" runat="server">
        <input id="Button1" type="button" value="预览效果" onclick="document.getElementById('mask').style.visibility='visible';document.getElementById('massage_box').style.visibility='visible';document.getElementById('DropDownList1').disabled='disabled';" />
        <div id="massage_box" style="left: 410px; top: 302px">
            <div class="massage" style="text-align: left;">
                <div class="header" onmousedown="MDown(massage_box)">
                    <div style="display: inline; width: 150px; position: absolute; margin-left: 10px;">
                        提示信息</div>
                    <span onclick="document.getElementById('massage_box').style.visibility='hidden'; document.getElementById('mask').style.visibility='hidden';document.getElementById('DropDownList1').disabled='';"
                        style="float: right; display: inline; cursor: hand; margin-right: 5px;">×</span></div>
                <ul style="margin-right: 25; text-align: left;">
                    <li>您尚未登陆,请登陆后在使用该功能; </li>
                    <li>若您不清楚您的用户登陆号码,请看参考下一条;</li>
                    <li>请与小区网客服或小区物业联系;</li>
                </ul>
            </div>
        </div>
        <div id="mask">
        </div>
        <%--<iframe id="mask1"></iframe>--%>
        <asp:DropDownList ID="DropDownList1" runat="server">
            <asp:ListItem>我的显示级别很高,层遮不住我的。。。</asp:ListItem>
        </asp:DropDownList>
    </form>
</body>
</html>