Lina: Frameset!

So, ich will versuchen, ein Framest so aufzubauen:
oben rahmen, und darunter 3 Spalten!
In der 1, sollen die Seiten eingeblendet werden!
In der 2 sollen die Links stehen (also ganz dünn!) und in der 3 soll einfach nur ein BIld oder so sein...
so, das würde ich schaffen, nur ich möchte gerne, das in der 1.Spalte ein Bild ist, was immer bleibt, und wenn ich scrolle, das nur die Schrift runtergeht, und nicht das Bild, wie mache ich das?!
Danke!
Lina

  1. Hey Lina,

    das erreichst du z.B. so:

    <body style="background-image:url([Pfad zu deinem Bild]/[Name deines BG-Bildes].[Datei-Endung, also bspw. jpg]); background-attachment:fixed;">

    1. Vielen Dank!
      ich habe das nun so gemacht:

      <html>
      <head>
      <title>· Nothing in the world has ever been accomplished without passion</title>
      <style type="text/css">

      <!--
      A:link, A:active, A:visited {
              color: #ffffff;
              text-decoration: none;
      }
      A:hover {
              color: #ffffff;
              text-decoration: underline;
      }
      -->
      </style>

      <style type="text/css">

      <!--
      input { color=#ffffff; background-color=#000000; }
      -->

      </style>

      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <style>

      <style fprolloverstyle>A:hover {color: #5e8fff; font-family: Monotype Corsiva; font-size: 13pt; font-weight: bold}
      </style>

      <style type="text/css">

      <!--
      BODY
      {
        scrollbar-base-color:#000000;
        scrollbar-3dlight-color:#ffffff;
        scrollbar-arrow-color:#000000;
        scrollbar-darkshadow-color:#000000;
        scrollbar-face-color:#000000;
        scrollbar-highlight-color:#000000;
        scrollbar-shadow-color:#000000;
        scrollbar-track-color:#0000000;
      }
      -->

      </style>

      </head>
      <body style="background-image:url([Pics]/[Wolke].[jpg]); background-attachment:fixed;">

      .
      .
      .
      </body>
      </html>

      Aber irgendwie klappt es nicht.. was hab ich falsch gemacht, können sie mir bitte nochmal helfen!?
      Danke!

      1. Also, die eckigen Klammern hatte er nur des besseren
        Verstehens halber gemacht, die müssen wieder weg!
        Leider muß ich noch ein wenig Text dazuschreiben,
        sonst heißt's wieder: Unsauberes Posting! So,
        das müßte reichen ;)

        1. Oh, dumm von mir!!
          Vielen dank an alle!
          cu
          Lina

        2. Jo, danke AB (ist dir noch etwas zu meinem Prob eingefallen?)

          @Lina: Wenn du in deiner Datei eh schon zu Beginn Style-Anweisungen <style>...</style> kannst du das Ganze auch direkt zu den Eigenschaften für body dazuschreiben (und nicht extra in den <body>-Tag).

          Gruß Gunther