博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DIV层+CSS实现锁屏
阅读量:6171 次
发布时间:2019-06-21

本文共 864 字,大约阅读时间需要 2 分钟。

< html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">               纯CSS Lightbox效果         <>         .black_overlay{             display: none;             position: absolute;             top: 0%;             left: 0%;             width: 100%;             height: 100%;             background-color:#EEEEEE; :1001;             -moz-opacity: 0.8;             opacity:.80;             filter: (opacity=80);         }         .white_content {             display: none;             position: absolute;             top: 25%;             left: 25%;             width: 50%;             height: 50%;             padding: 16px;             border: 16px solid ;             background-color: white; :1002;             overflow: auto;         }                        

This is the main content. To display a click here

This is the content.
Close

转载地址:http://fmvba.baihongyu.com/

你可能感兴趣的文章
SOFARPC源码解析-搭建环境
查看>>
FreeBSd ports 安装软件
查看>>
Fast inverse square root
查看>>
FAQ: SBS 2011. The Windows SBS Manager service terminated unexpectedly
查看>>
判断一个坐标点是否在不规则多边形内部的算法
查看>>
jquery的checkbox,radio,select等方法总结
查看>>
不用Connectify,让win7分WiFi玩手机!
查看>>
[转]设置好ftp后用xftp连接提示无法打开,无法显示远程文件夹
查看>>
DIR - matlab函数
查看>>
Qt笔记-QAxContainer
查看>>
[Qt初级] 解决 中QMainWindow和QDockWidget添加布局失败问题
查看>>
设计模式:迭代器模式(Iterator Pattern)
查看>>
jQuery
查看>>
linux下date的陷阱
查看>>
递归实现快速幂(C++版)
查看>>
Global.asax
查看>>
谈面试中的亮点
查看>>
剑指Offer-第3章 高质量代码
查看>>
Python-RabbitMQ-RPC(非阻塞版)
查看>>
[解题报告]344 - Roman Digititis
查看>>