• MSIE (5.5+)
    FILTER: alpha(opacity:[0~100])
  • 모질라계열
    -moz-opacity:[0~1]
  • CSS3지원 계열(FF,오페라 등)
    opacity:[0~1]

------

Normal
 

MSIE(5.5+)
style="filter:Alpha(opacity=40)"

모질라계열(FF)
style="-moz-opacity:0.4"

CSS3(오페라,FF)
style="opacity:0.4"


<UL>
<LI>MSIE (5.5+)<BR>FILTER: alpha(opacity:[0~100])
<LI>모질라계열<BR>-moz-opacity:[0~1]
<LI>CSS3지원 계열(FF,오페라 등)<BR>opacity:[0~1] </LI></UL>
<P>------<BR></P>
<TABLE style="BACKGROUND-COLOR: #666666" cellSpacing=0 cellPadding=0 width=300
border=0>
<TBODY>
<TR>
<TD>Normal</TD></TR>
<TR>
<TD> </TD></TR></TBODY></TABLE><BR>
<TABLE style="FILTER: Alpha(opacity=40); BACKGROUND-COLOR: #666666"
cellSpacing=0 cellPadding=0 width=300 border=0>
<TBODY>
<TR>
<TD>MSIE(5.5+)</TD></TR>
<TR>
<TD>style="filter:Alpha(opacity=40)"</TD></TR></TBODY></TABLE><BR>
<TABLE style="BACKGROUND-COLOR: #666666; moz-opacity: 0.4" cellSpacing=0
cellPadding=0 width=300 border=0>
<TBODY>
<TR>
<TD>모질라계열(FF)</TD></TR>
<TR>
<TD>style="-moz-opacity:0.4"</TD></TR></TBODY></TABLE><BR>
<TABLE style="BACKGROUND-COLOR: #666666; opacity: 0.4" cellSpacing=0
cellPadding=0 width=300 border=0>
<TBODY>
<TR>
<TD>CSS3(오페라,FF)</TD></TR>
<TR>
<TD>style="opacity:0.4"</TD></TR></TBODY></TABLE>

Posted by 알 수 없는 사용자
,