<script>
function change(obj)
{
obj.style.border="solid 2px blue";


}
function change2(obj)
{
obj.style.border="solid 2px red";


}
</script>
</head>
<body>
   <div style="padding:3px;overflow:hidden;width:174px; border:solid 2px red;" onmouseout="change2(this)"

onmouseover="change(this)" ><a href="sf.htm"><img src='slogo-renwu-05.gif' border="0"></a></div>
  
</body>
</html>

相关文章:

  • 2022-02-14
  • 2021-12-08
  • 2022-12-23
  • 2021-12-30
  • 2021-06-26
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案