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

📄 tryit_view.asp@filename=trydhtml_menu5

📁 W3Schools tutorial..web designing
💻 ASP@FILENAME=TRYDHTML_MENU5
字号:
<html>
<head>

<script type="text/javascript">
function inset(elmnt)
{
elmnt.style.borderStyle="inset";
}

function outset(elmnt)
{
elmnt.style.borderStyle="outset";
}
</script>

<style>
td
{
background:C0C0C0;
border:2px outset;
}

</style>
</head>
<body>

<table width="80">
<tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="../default.asp">HOME</a></td></tr>
<tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="../js/default.asp">JavaScript</a></td></tr>
<tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="../../www.microsoft.com/default.htm">Explorer</a></td></tr>
<tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="../../my.netscape.com/default.htm">Navigator</a></td></tr>
<tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="../../www.altavista.com/default.htm">AltaVista</a></td></tr>
<tr><td onmouseover="inset(this)" onmouseout="outset(this)"><a href="../../www.yahoo.com/default.htm">Yahoo!</a></td></tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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