Marc N.: Scrollen OHNE Scrollbar in Frames

Beitrag lesen

ich habe erst jetzt gesehen, dass es css ist. trotzdem funktioniert es nicht! folgender code:

<head>
 <title>Linker-Frame</title>

<style type="text/css">
body, textarea {
  background-color:#8C8CC6;
  color:#FFFFFF;
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#8C8CC6;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#8C8CC6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#ACACE6;
}

</style>

</head>

<body topmargin=0 leftmargin=0 rightmargin=1 bgcolor=#0068A0 link="#323278" vlink="#D2D2D2">

... funktioniert nicht. nur die hintergrundfarbe des fensters hat sich geändert