复制代码代码如下:
<html>
<Kopf>
<style type="text/css">
.Speisekarte
{
Hintergrundfarbe:grün;
Breite:120;
Höhe:20;
Farbe: weiß;
Textausrichtung: Mitte;
Schriftgröße:9pt;
Schriftstärke:bolder;
}
.Untermenü
{
Position:absolut;
oben:40;
Hintergrundfarbe:
gelb;Breite:180;
Schriftgröße:9pt;
}
</style>
</head>
<Körper>
<SKRIPT>
var cm=null;
document.onclick = neue Funktion("show(null)")
Funktion getPos(el,sprop)
{var iPos = 0
while (el!=null)
{iPos+=el["offset" + sprop]
el = el.offsetParent}
iPos zurückgeben}
Funktion show(el,m)
{if (m) { m.style.display='';
m.style.pixelLeft = getPos(el,"Left")
m.style.pixelTop = getPos(el,"Top") + el.offsetHeight}
if ((m!=cm) && (cm)) cm.style.display='none';cm=m}
</SCRIPT>
<table border=0>
<tr>
<td ID="d1" onmouseover="show(this,ds1);">杂志技术站点</td>
<td ID="d2" onmouseover="show(this,ds2);">Weitere Informationen</td>
<td ID="d3" onmouseover="show(this,ds3);">个人收藏站点</td>
</tr>
</table>
<DIV ID="ds1" CLASS="submenu" STYLE="display:none" onmouseleave="this.style.display='none'">
<BR><A HREF="http://www.yesky.com">Weitere Informationen zu 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>