案例:HTML DOM案例     状态:可编辑再运行    进入横版
x
<div style="position: absolute; left: 10; top: 610; filter: mask(color=#ffffff); width: 160; height: 120">
 
1
<html>
2
<head>
3
<style>
4
div
5
{
6
width:160px;
7
height:120px;
8
}
9
</style>
10
</head>
11
<body>
12
13
Alpha: 
14
<div style="filter:alpha(Opacity=20)">
15
<img src="/img/eg_landscape.jpg" width="160" height="120" />
16
</div>
17
18
Gray: 
19
<div style="filter:gray()">
20
<img src="/img/eg_landscape.jpg" width="160" height="120" />
21
</div>
22
23
Invert: 
24
<div style="filter:invert()">

 运行结果 
 北美留学生论坛