Hi Markus
als Alternative habe ich sowas wie Du vielleicht brauchst.
<BASE HREF="file:/D/Projekte/dhtml/slidemenu/">
<html>
<head>
<title>DHTML-Beispiel - Sliding Menu</title>
<style>
<!--
#slidemenubar, #slidemenubar2{
position:absolute;
left:-155px;
width:160px;
top:70px;
border:1.5px solid #800000;
background-color:#E6E6E6;
layer-background-color:lightyellow;
font:bold 12px Verdana;
line-height:20px;
}
-->
</style>
</head>
<body BGCOLOR="#FFFFFF" link="#800000" vlink="#800000" alink="#FF0000" topmargin="5"
background="../images/back2.gif">
<script language="JavaScript1.2">
/*
Sliding Menu Bar Script-
By Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (document.all)
document.write('<div id="slidemenubar2" style="left:-150" onMouseover="pull()" onMouseout="draw()">')
</script>
<layer id="slidemenubar" onMouseover="pull()" onMouseout="draw()">
<A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.dem>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR><A href=http://www.webmasternetz.de>Test</A><BR>
</LAYER>
<DIV align="center"><CENTER>
<TABLE border="0" width="566">
<TR>
<TD width="100%"><P align="center"><FONT face="Verdana"><BIG><STRONG>{<FONT
color="#000080">DHTML : Ausfahrbares Menü</FONT>}</STRONG></BIG></FONT></P>
<P align="left"><FONT face="Verdana"><SMALL>Am linken Rand öffnet sich ein Menü, sobald
man mit der Maus darüberfährt.</SMALL></FONT></P>
<P align="left"><FONT face="Verdana"><SMALL> </SMALL></FONT></P>
<HR width="80%" color="#000080" noshade size="1">
<P align="center"><SMALL><SMALL><FONT color="#C0C0C0">© Christian Thiele - WebmasterNETZ
- 5/99 - </FONT><A target="_top" href="http://www.web-art.de/webmasternetz"><FONT
color="#0000FF">http://www.webmasternetz.de</FONT></A></SMALL></SMALL></TD>
</TR>
</TABLE>
</CENTER></DIV>
</BODY>
</HTML>
Viel Spass
Thomas S.