案例:HTML DOM案例     状态:可编辑再运行    进入横版
x
<img border="0" onmouseover="color(this)" onmouseout="gray(this)" src="/img/eg_banner_W3xue100_35.gif" /><br /></a>
 
1
<html>
2
<head>
3
<style>
4
img
5
{
6
filter:gray()
7
}
8
</style>
9
10
<script type="text/javascript">
11
function color(elmnt)
12
{
13
elmnt.style.filter=false
14
}
15
16
function gray(elmnt)
17
{
18
elmnt.style.filter="gray()"
19
}
20
</script>
21
22
</head>
23
<body>
24

 运行结果 
 北美留学生论坛