案例:CSS案例     状态:可编辑再运行    进入横版
x
This is some text that is placed in the transparent box.
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
div.background
6
{
7
  width: 400px;
8
  height: 266px;
9
  background: url('/img/eg_tulip.jpg') no-repeat;
10
  border: 1px solid black;
11
}
12
13
div.transbox
14
{
15
  width: 338px;
16
  height: 204px;
17
  margin:30px;
18
  background-color: #ffffff;
19
  border: 1px solid black;
20
  /* for IE */
21
  filter:alpha(opacity=60);
22
  /* CSS3 standard */
23
  opacity:0.6;
24
}

 运行结果 
 北美留学生论坛