Bitte ...
Es wäre nett, wenn mir jemand helfen würde/könnte/möchte/täte ...
Ich bin echt am verzweifeln ... Warum wird das in meinen Frames nicht dargestellt? Füge ich die entsprechenden Scripte in einer "normalen" Testseite ein, wird mir alles angezeigt. Im Frame nicht... da wird im Formular plötzlich der Scrollbalken in einem Kommentarfeld (textarea) eingefärbt. Aber das will ich gar nicht...
Hier der Quelltext von meiner Navigationsseite:
<html>
<head>
<title></title>
<style type="text/css">
BODY {
BACKGROUND-COLOR: rgb(255,255,255); COLOR: rgb(0,0,128)
scrollbar-DarkShadow-Color:red; scrollbar-Track-Color: rgb(0,75,121);
scrollbar-Face-Color:rgb(255,255,204); scrollbar-Shadow-Color:black;
scrollbar-Highlight-Color:black; scrollbar-3dLight-Color:red;
scrollbar-Arrow-Color: rgb(0,75,121);
}
a:link { font:10pt arial; color:#000000; text-decoration:none; }
a:active { font:10pt arial; color:#000000; text-decoration:none; }
a:visited { font:10pt arial; color:#000000; text-decoration:none; }
a:hover { font:10pt arial; color:#B65328; text-decoration:none; }
//-->
</style>
</head>
<body text="#000000" background="bilder/navi_kurz.gif" link="#FF0000" alink="#FF0000" vlink="#FF0000" topmargin="0" leftmargin="0" marginwidht="0" marginheight="0" bgproperties="fixed" style="background-repeat: no-repeat">
<table border="0" cellpadding="0" cellspacing="0" align="left" width="100%" height="100%">
<tr>
<td align="center" valign="top">
<br><a href="home.html" target="rechts">Willkommen</a>
<p><a href="spezial.html" target="rechts">Spezialitäten</a></p>
<p><a href="ambiente.html" target="rechts">Ambiente</a></p>
<p><a href="kreation.html" target="rechts">Sonderkreationen</a></p>
<p><a href="restaurant.html" target="rechts">Restaurant-<br>philosophie</a></p>
<p><a href="bankett.html" target="rechts">Bankette</a></p>
<p><a href="lob.html" target="rechts">Lob und Tadel</a></p>
<p><a href="vino.html" target="rechts">Vinothek</a></p>
<p><a href="reserv.html" target="rechts">Reservierung</a></p>
<p><a href="stellen.html" target="rechts">Freie Stellen</a></p>
</td>
</tr>
</table>
</body>
</html>