Welcome to Delicate template
Header
Just another WordPress site
Header

css设置背景透明度

4月 12th, 2012 | Posted by 无 名 in css

代码如下:

1
2
3
4
5
.ba{
background:#333333;
filter:alpha(opacity=70);
opacity:0.7;
}

You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.