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

📄 变颜色的菜单.htm

📁 内涵丰富的javascript各种示例代码
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body><script language="JavaScript">
function openme(object){
object.style.background="#FFFFCC";}
function closeme(object){
object.style.background="#99FFFF";}
</script>                    
<table border="1" cellspacing="2" width="30%" bgcolor="#99FFFF" cellpadding="2" class=p2>
        <tr> 
          <td align="center" width="15%"  onMouseOver="openme(this);" onMouseOut="closeme(this);"><a
        href="http://www.hongen.com/pc/index.htm"><strong>电脑乐园</strong></a></td>
        <tr> 
          <td align="center" width="15%"  onMouseOver="openme(this);" onMouseOut="closeme(this);"><a
        href="http://www.hongen.com/eng/index.htm" ><strong>轻松英语</strong></a></td>
        </tr>
        <tr> 
          <td align="center" width="15%"  onMouseOver="openme(this);" onMouseOut="closeme(this);"><a
        href="http://www.hongen.com/proedu/index.htm" ><strong>继续教育</strong></a></td>
        </tr>
        <tr> 
          <td align="center" width="15%"  onMouseOver="openme(this);" onMouseOut="closeme(this);"><a
        href="http://www.hongen.com/album/index.htm"><strong>同窗名录</strong></a></td>
        </tr>
        <tr> 
          <td align="center" width="15%"   onMouseOver="openme(this);" onMouseOut="closeme(this);"><a
        href="http://www.hongen.com/edu/index.htm"><strong>动感校园</strong></a></td>
        </tr>
      </table>
</body>
</html>

⌨️ 快捷键说明

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