@ Sherlock,
danke für Deine Hilfe.
Das Menue ist ja ok wichtig dabei ist, dass sich die Submenues über dem HauptFrame öffnen, welcher Generator kann das.
Hier mal das FrameSet.
<!doctype
html public "-//
W3C//DTD
HTML 4.01 Frameset//EN">
<
html>
<head>
<meta name="generator" content="
HTML Tidy, see www.w3.org">
<title>Test</title>
<meta http-equiv="content-type" content=
"text/
html; charset=iso-8859-1">
<meta content="text/
html; charset=iso-8859-1">
</head>
<frameset border="0" rows="145,*">
<frame name="fldTitel" src="Kopf.html" scrolling="no"
marginheight="0" marginwidth="0">
<frameset cols="150,*">
<frame name="fldInhalt" src="Menue.html" scrolling=
"no" marginheight="0" marginwidth="1">
<frame name="fldHaupt" src="start.html" scrolling=
"auto" marginheight="0" marginwidth="0">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>
</
html>
Habe verschiedene Generatoren probiert, bisher leider ohne Erfolg.
Fritz