案例:HTML DOM案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<style>
4
input
5
{
6
background-image:url('/img/eg_bg_03.gif');
7
width:156px;
8
height:111px;
9
}
10
</style>
11
<script type="text/javascript">
12
function over()
13
{
14
if (event.srcElement.tagName=="INPUT")
15
    {
16
    event.srcElement.style.backgroundImage="url('/img/eg_bg_04.gif')"
17
    }
18
}
19
20
function out()
21
{
22
if (event.srcElement.tagName=="INPUT")
23
    {
24
    event.srcElement.style.backgroundImage="url('/img/eg_bg_07.gif')"

 运行结果 
 北美留学生论坛