::綠細胞雜誌::

Would you like to react to this message? Create an account in a few clicks or log in to continue.

紀錄生活一切雜事


    :::css3 透明度:::

    grass0423
    grass0423
    Admin


    文章數 : 122
    注冊日期 : 2010-02-23

    :::css3 透明度::: Empty :::css3 透明度:::

    發表  grass0423 周五 1月 28, 2011 2:46 pm

    代碼:
    <style type="text/css" media="screen">
    <!--
    #main{
    background: #000;
    filter:Alpha(Opacity=50, FinishOpacity=50, Style=2);  /* IE */
    -moz-opacity:0.5;          /* Moz + FF */
    opacity:0.5;              /* 支持CSS3的瀏覽器(FF1.5也支持) */
    }
    -->
    </style>

    調用時如下:
    程序代碼 程序代碼
    代碼:
    <div id="main">
    snake
    </div>


    針對表格的方式:
    程序代碼 程序代碼
    代碼:
    <STYLE>table{filter:Alpha(Opacity=50, FinishOpacity=50, Style=2)}</STYLE>

      現在的時間是 周四 9月 19, 2024 10:35 am