图片边框响应鼠标变色
<div><a href="http://www.toto369.net/txtx/txtx25.htm#"><img style="border-right: white 1px solid; border-top: white 1px solid; border-left: white 1px solid; border-bottom: white 1px solid" height=120 src="http://www.toto369.net/txtx/24/3.gif" width=100></a></div><div></div>
<div>
<p>1.把<body>改为<body onmouseover=change() onmouseout="change()"> </p>
<p>加入如下代码到head区域<br><textarea class=yk9 name=source rows=12 cols=100><style>
img{border:1px solid white}
</style>
<script language=javascript>
function change(){
var a=math.random()*255;
var b=math.random()*255;
var c=math.random()*255;
var color="rgb("+a+","+b+","+c+")";
if(event.type=="mouseover")
{
if (event.srcelement.tagname=="img")
event.srcelement.style.border="1px solid "+color
}
if(event.type=="mouseout")
{
if (event.srcelement.tagname=="img")
event.srcelement.style.border="1px solid white"
}
}
</script></textarea> <br><input onclick=source.select() type=button value=选取代码 name=b2>
<script language=javascript>
<!--
function closeclk() {
another=close();
}
//-->
</script>
<input onclick=closeclk() type=button value=关闭窗口 name=b22> </p>
<p>加入如下代码到body区域<br><textarea class=yk9 id=source1 name=source1 rows=12 cols=100><a href="#"><img src="1.gif"></a> </textarea> <br><input onclick=source1.select() type=button value=选取代码 name=b23>
<script language=javascript>
<!--
function closeclk() {
another=close();
}
//-->
</script>
<input onclick=closeclk() type=button value=关闭窗口 name=b222></p></div>
页:
[1]