复制代码代码如下:
<html>
<cabeça>
<style type="texto/css">
.menu
{
cor de fundo:verde;
largura:120;
altura:20;
cor: branco;
alinhamento de texto: centro;
tamanho da fonte: 9pt;
peso da fonte: mais ousado;
}
.submenu
{
posição:absoluta;
superior:40;
cor de fundo:
amarelo;largura:180;
tamanho da fonte: 9pt;
}
</estilo>
</head>
<corpo>
<ROTO>
var cm=nulo;
document.onclick = nova Função("mostrar(nulo)")
função getPos(el,sprop)
{var iPos = 0
enquanto (el!=nulo)
{iPos+=el["deslocamento" + sprop]
el = el.offsetParent}
retornar iPos}
função mostrar(el,m)
{if (m) {m.style.display='';
m.style.pixelLeft = getPos(el,"Esquerda")
m.style.pixelTop = getPos(el,"Top") + el.offsetHeight}
if ((m!=cm) && (cm)) cm.style.display='none';cm=m}
</SCRIPT>
<borda da tabela=0>
<tr>
<td ID="d1" onmouseover="show(this,ds1);">杂志技术站点</td>
<td ID="d2" onmouseover="show(this,ds2);">门户站点</td>
<td ID="d3" onmouseover="show(this,ds3);">个人收藏站点</td>
</tr>
</tabela>
<DIV ID="ds1" CLASS="submenu" STYLE="display:none" onmouseleave="this.style.display='none'">
<BR><A HREF="http://www.yesky.com">天极网 Yesky.com</A>
<BR><A HREF="http://www.cbinews.com">电脑商情报</A>
<BR><A HREF="http://www.newsoft.com.cn">新潮电子</A>
<BR>
</DIV>
<DIV ID="ds2" CLASS="submenu" STYLE="display:none" onmouseleave="this.style.display='none'">
<BR><A HREF="http://www.sina.com.cn">新浪网 Sina</A>
<BR><A HREF="http://www.sohu.com.cn">搜狐 Sohu</A>
<BR><A HREF="http://www.163.com">网易 Netease</A>
<BR>
</DIV>
<DIV ID="ds3" CLASS="submenu" STYLE="display:none" onmouseleave="this.style.display='none'">
<BR><A HREF="http://haoel.yeah.net">耗子网络编程站</A>
<BR><A HREF="http://www.5460.net">中国同学录</A>
<BR><A HREF="http://www.csdn.net">中国软件开发网</A>
<BR>
</DIV>
</body>
</html>