haribo: Scrollbalken ausblenden

Beitrag lesen

iframe {position:absolute;
   top:29px;
   left:200px;
   width:70%;
   height:80%;
   border-left:1px #000000 solid;
   border-top:1px #000000 solid;
   padding-bottom:29px;
  }

Das hatte ich auch gedacht: Einfach die Höhe und die Breite zu ändern, bloss das Problem ist, wenn jemand eine andere Auflösung hat, sprich 800:600 oder 1600:1200, wird der iframe sehr unförmig. Der Iframe endet dann nicht am Rand, wie es sein sollte, sondern vor dem Rand des Bildschirms oder Außerhalb und das will ich umgehen...