⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 实例106.页面背景图片选择器.html

📁 JavaScript精彩网页特效实例精粹
💻 HTML
字号:
<table border=0 cellpadding=0 cellspacing=0>
	<tr STYLE='cursor:hand'>
		<td width=20 height=20 background="001.gif" onclick="javascript:document.body.background=this.background;"></td>
		<td width=20 height=20 background="002.gif" onclick="javascript:document.body.background=this.background;"></td>
		<td width=20 height=20 background="003.gif" onclick="javascript:document.body.background=this.background;"></td>
		<td width=20 height=20 background="004.gif" onclick="javascript:document.body.background=this.background;"></td>
	</tr>
	<tr STYLE='cursor:hand'>
		<td width=20 height=20 background="005.gif" onclick="javascript:document.body.background=this.background;"></td>
		<td width=20 height=20 background="006.gif" onclick="javascript:document.body.background=this.background;"></td>
		<td width=20 height=20 background="007.gif" onclick="javascript:document.body.background=this.background;"></td>
		<td width=20 height=20 background="008.gif" onclick="javascript:document.body.background=this.background;"></td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -