zoukankan
html css js c++ java
用滤镜写透明的层
<%
@ Page Language
=
"
C#
"
AutoEventWireup
=
"
true
"
CodeFile
=
"
Default.aspx.cs
"
Inherits
=
"
_Default
"
%>
<
html
>
<
head
runat
="server"
>
<
title
>
无标题页
</
title
>
<
style
>
.systeminfo
{
}
{
filter
:
alpha(opacity=10)
;
}
</
style
>
</
head
>
<
body
>
<
form
id
="form1"
runat
="server"
>
<
div
>
<
table
style
=" 799px"
>
<
tr
>
<
td
style
=" 100px"
>
1111111111111111111
</
td
>
<
td
style
=" 100px"
>
11111111
</
td
>
<
td
style
=" 100px"
>
1111111111111111
</
td
>
</
tr
>
<
tr
>
<
td
style
=" 100px"
>
透明的层,有点酷!
</
td
>
<
td
style
=" 100px"
>
fdsafsdfsd
</
td
>
<
td
style
=" 100px"
>
</
td
>
</
tr
>
<
tr
>
<
td
style
=" 100px"
>
</
td
>
<
td
style
=" 100px"
>
</
td
>
<
td
style
=" 100px"
>
</
td
>
</
tr
>
</
table
>
</
div
>
<
div
class
="systeminfo"
style
="Z-INDEX: 1;position: absolute; 100%; height: 100%; right: -49px; top: 2%; background-repeat: repeat; background-attachment: scroll; layer-background-color: #e0e0e0; border: 1px none #000000; background-color: #ffffff;"
></
div
>
</
form
>
</
body
>
</
html
>
查看全文
相关阅读:
C#内建接口:IComparable
C#内建接口:IEnumerable
WPF中使用资源
WPF中的触发器(Trigger)
一文详解 | 开放搜索兼容Elasticsearch做召回引擎
阿里云李飞飞:中国数据库的时与势
如何构建流量无损的在线应用架构 | 专题开篇
如何构建一个流量无损的在线应用架构 | 专题中篇
多任务学习模型之ESMM介绍与实现
云原生时代的运维体系进化
原文地址:https://www.cnblogs.com/anson/p/407333.html
最新文章
thinkphp6: 使用前后端分离的验证码(thinkphp 6.0.9/php 8.0.14/vue 3.2.26)
thinkphp6: 开发命令行程序并在linux平台执行定时任务(php 8.1.1 / thinkphp v6.0.10LTS)
thinkphp6:前后端分离多图上传(php 8.1.1 / thinkphp v6.0.10LTS/vue 3.2.26)
thinkphp6: 使用middleware限制ip黑名单(thinkphp 6.0.9/php 8.0.14)
标签测试 问题记录
clickhoues groupBitmapAnd
scala private 和 private[this]
pathlib.mkidr()
hive dml/ddl/dataType
tkinter 保存文件和打开文件
热门文章
vsCode markdown
扑克牌游戏
scala methods
excel 常用图表
牛客小白月赛41 小红的375
杂题记录
Z与黄焖鸡 增强 二分
AtCoder Regular Contest 131 AC题解
第四届“传智杯”全国大学生IT技能大赛(初赛同步) 小卡与质数2 数论
Using ccache with CMake
Copyright © 2011-2022 走看看