现在的位置: 首页 > 综合 > 正文

image css boder

2012年10月29日 ⁄ 综合 ⁄ 共 343字 ⁄ 字号 评论关闭

<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>

抱歉!评论已关闭.