Kyra: Box mit Srollbalken

Hallo,

Ich bin blutige Anfängerin und leider finde ich nirgends eine Antwort auf mein Problem.
Ich brauche eine Box mit einer Scrollleiste, aber leider funktioniert es nicht. Je nach Browser (hab es mit Opera Vers.9, Mozilla Vers.? und IE Vers.6 probiert) wird der Text abgeschnitten oder läuft einfach über die Box hinaus. Eine Scrollleist entsteht nicht.
Ich hab auch schon probiert, stattdessen eine Tabelle mit fixer Höhe zu machen. Leider auch nichts.
Einen inline-Frame wil ich natürlich nicht einbauen.

Bitte Hilfe!

  
div#InhaltBox{  
 position:absolute;top:230px;left:360px;  
         width:400px;height:370px;owerflow:scroll;  
         border:2px solid red;  
         }  

  1. hallo Kyra,

    width:400px;height:370px;owerflow:scroll;

    Vermutlich möchtest du overflow korrekt schreiben.

    Grüße aus Berlin

    Christoph S.

    --
    Visitenkarte
    ss:| zu:) ls:& fo:) va:) sh:| rl:|
    1. Hi

      width:400px;height:370px;owerflow:scroll;

      Sonst probier mal:
      overflow:auto;
      Das kann man überall einbauen.

      MYNON

      --
      " Live is a Game, play it! "
      1. hallo,

        Sonst probier mal:
        overflow:auto;

        ähm ... mit wem redest du grade?

        Grüße aus Berlin

        Christoph S.

        --
        Visitenkarte
        ss:| zu:) ls:& fo:) va:) sh:| rl:|