<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>会动的图片</title>
<style>
</style>
</head>
<body>
<table border="0">
<tr>
<td height="50" width="150" align="left" valign="top">
<img id="img1" src="../Pictures/bg5_6_2.gif" οnmοuseοver="change( this,'0')" οnmοuseοut="change(this,'1')" />
</td>
<td height="50" width="150" align="left" valign="top">
<img id="img1" src="../Pictures/bg5_6_2.gif" οnmοuseοver="change( this,'0')" οnmοuseοut="change(this,'1')" />
</td>
<td height="50" width="150" align="left" valign="top">
<img id="img1" src="../Pictures/bg5_6_2.gif" οnmοuseοver="change( this,'0')" οnmοuseοut="change(this,'1')" />
</td>
</tr>
</table>
</body>
</html>
<script>
function change(obj,i)
{
if(i=="0")
{
obj.style.marginLeft="2px"
obj.style.marginTop="2px";
}
else
{
obj.style.marginLeft="0px";
obj.style.marginTop="0px";
}
}
</script>