Also ich hab das jetz ma eingebunden: So sieht das aus:
<html>
<head>
<style type="text/css">
<!--
body {
scrollbar-arrow-color:#F7D264;
scrollbar-3dlight-color:#F7D264;
scrollbar-base-color:#F7D264;
scrollbar-darkshadow-color:#F7D264;
scrollbar-face-color:#F7D264;
scrollbar-highlight-color:#F7D264;
scrollbar-shadow-color:#F7D264
}
-->
</style>
<title>Test</title>
</head>
<scrollbar color=#F7D264>
<frameset rows="20%,*" border=0 frameborder=0 framespacing=0 >
<frame src="head.htm" name="oben" scrolling=no>
<frameset cols="21%,*">
<frame src="links.htm" name="links" scrolling=no>
<frame src="home.htm" name="Inhalt" scrolling=yes>
</frameset>
</frameset>
</frameset>
<body text="#000000" bgcolor=#F7D264 link="#000000" alink="#000000" vlink="#000000">
</body>
</html>
Was hab ich´n da falsch gemacht