背景半透明文字不透明效果。(兼容IE,FF)
摘要:IE:外层filter,内层position:relative或absolute。FF:外层不使用opacity,而用background:rgba()。<html><head><style>#wrapper{background:#369;width:300px;height:150px;}#div1{-moz-opacity:0.3;/*FF3.5以下*/opacity:0.3;/*FF3.5及以上*/filter:alpha(opacity=30);/*IE6及以上*/background:#fff;width:200px;height:50px;}#
阅读全文
posted @ 2011-03-08 15:34


浙公网安备 33010602011771号