DIV背景半透明,DIV中的字不半透明2006-10-21 13:55<body bgcolor="#336699">
<div style="filter:alpha(opacity=50);background:#ffffff;600;"><span style="color:yellow">图层背景半透明,字体颜色也半透明</span></div>
<div style="filter:alpha(opacity=50);background:#ffffff;600"><span style="position:relative;color:yellow">图层背景半透明,字体颜色不半透明</span></div>
带filter的层一定要有width属性,否则filter无效。