好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS实现半透明div层的方法_html/css_WEB-ITnose




半透明div

#div1 { margin:0px auto; width:500px; height:370px ; text-align:center; background:url(/wall3.jpg);}
#div2 { height:330px; filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;z-index:100; background-color:#ffffff; }




这里是透明的DIV

查看更多关于CSS实现半透明div层的方法_html/css_WEB-ITnose的详细内容...

  阅读:36次