knut: CSS: Inhalt verschwindet bei längerem content

Beitrag lesen

hallo! ich habe ein probleme bei der verwendung Stylsheets. Ich habe eine datei namens format.css angelegt, die folgenden inhalt hat:

body {background-color:#FFFF99; color:#000077}
a:link { color:#000077; text-decoration:none; }
a:visited { color:#000077; text-decoration:none; }
a:active { color:#0000FF; text-decoration:none; }
p {font-family: Arial; font-size: 12pt, color:#000000}
h1 {font-family: Verdana; font-size: 10pt; color:#000077}
h2 {font-family: Verdana; font-size: 12pt; color:#000077}
h3 {font-family: Verdana; font-size: 20pt; color:#000077}
h4 {font-family: Verdana; font-size: 8pt; color:#000077}

Das ganze binde ich im <head> wie folgt ein:

<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Titel</title>
<link rel="stylesheet" type="text/css" href="format.css">
<style type="text/css">
</head>

das ganze funktioniert auch wunderbar, nur wenn der Inhalt länger als die Fensterhöhe wird, wird die seite nicht mehr geladen und ich seh nur einen weissen screen. kürze ich den Inhalt wieder, klappt alles wunderbar. Das ganze passiert sowohl wenn die seite in frames eingebunden ist, aber auch sonst.
Kann einer helfen ? danke !