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>
  • 相关阅读:
    <![CDATA[文本内容]]>
    Java对于表达式中的自动类型提升
    oracle循环语句
    Recastnavigation 创建 off-mesh link 的潜规则
    CritterAI 翻译 Configuration Parameters
    ndk-build 修改输出so位置 (change ndk-build output so lib file path )
    C# List<> Find相关接口学习
    C++ sizeof(struct) 的注意
    Unity使用Resources读取Resources路径下的二进制文件(Binary Data)必须使用 .bytes扩展名
    C++ ifstream ofstream 注意事项
  • 原文地址:https://www.cnblogs.com/anson/p/407333.html
Copyright © 2011-2022 走看看