elkloso: Verschiedene Probleme

Beitrag lesen

Achso, hab height:100%; aber trotzdem gehts nicht, mein Code sieht bis jetzt so aus.

#page {  
	margin:0 auto; /* zentriert die Seite */  
	width:100%; /* Seite wird 800 Pixel breit */  
	height:100%;  
	  
}  
  
#header {  
	background-color:#000000;  
	height:50px;  
	color: #000000;  
}  
  
#sidebar {  
	float:left;  
	background-color:#000000;  
	width:25%;  
	height:66%;  
	color: #000000;  
}  
  
#content {  
	float:right;  
	background-color:#000000;  
	width:75%;  
	height:66%;  
}  
  
#footer {  
    clear:both;  
	background-color:#000000;  
	height:8%;  
	color: #000000;  
}  
  
p.Schrift {  
	font-family: Georgia;  
	font-size: 16px;  
	color: #ff8800;  
	padding: 20px;  
	margin: 10px 0;  
	text-align: justify;  
}  
  
:link {  
    font-family: Georgia;  
	font-size: 16px;  
	color: #ffffff;  
	padding: 20px;  
	margin: 10px 0;  
	text-align: justify;