站 内 搜 索
推 荐 合 作 商
优 秀 内 容 推 荐
您当前位置:
中国素材首页
>>
网页特效
>>
图片类
>> 改变网页背景图片
改变网页背景图片
中国素材网 www.sucai.com 2005-3-31 13:14:00 流量数:
改变网页背景图片
[
查看演示
] 源码如下
----------------------------------------------------------------------------------------
<html>
<head>
<title>Living Background-www.Sucai.com</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" marginwidth="0">
<script language="JavaScript1.2">
<!--
function tile(){
if (!document.all)
return
var source=event.srcElement
if (source.tagName=="IMG")
document.body.style.backgroundImage="url("+source.src+")"
}
function restore(){
document.body.style.backgroundImage=''
}
document.body.ondblclick=restore
-->
</script>
</p>
<p align="center"><span class="bgimages" onClick="tile();event.cancelBubble=true">
<img src="jsimg/backgr1.jpg" height=96 width=96 border=2>
<img src="jsimg/backgr2.jpg" height=96 width=96 border=2><br>
<img src="jsimg/backgr3.jpg" height=96 width=96 border=2>
<img src="jsimg/backgr4.jpg" height=96 width=96 border=2></span></p>
</td>
</tr>
</table>
</center>
</body>
</html>
<div style="position: absolute; top: 10; right: 10; width: 148; height: 18;cursor:hand">
<input type="button" name="Button" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href'></div>