UnOuter
Код HTML:
<HTML><BODY>
<DIV STYLE="display: block; width: 100px; height: 16px; background-color: #808080;
cursor: hand;" onClick="javascript: var d = document.getElementById('menu');
d.style['display'] = (d.style['display'] == 'block')?'none':'block';
d.style['left'] = this.style['left'];
d.style['top'] = (parseInt(this.style['top']) + 16);">
Меню:</DIV>
<DIV ID="menu" STYLE="display: none; position: absolute; width: 100px;
height: 100px; background-color: #C0C0C0;">
<A HREF="1">1</A><BR>
<A HREF="2">2</A><BR>
<A HREF="3">3</A><BR>
<A HREF="4">4</A><BR>
</DIV>
</BODY></HTML>