Einzelnen Beitrag anzeigen
Ungelesen 11.09.11, 20:13   #4
Tr3nDy
Eichhörnchenjäger
 
Benutzerbild von Tr3nDy
 
Registriert seit: Jan 2009
Beiträge: 291
Bedankt: 108
Tr3nDy ist noch neu hier! | 0 Respekt Punkte
Standard

Ich hab jetzt ein bisschen was verändert:
Code:
html,body{
	margin:0;
	padding:0; 
	 background:#B3D1FF;}

body{
	font: 100% Helvetica;
    text-align:left;
	color:#000000;
} 

a{
	padding:5px; 
	text-decoration:none; 
    background:url(bilder/content_bg.jpg);
    color:#4D79FF;
} 

p{
	margin:0 13px 13px
} 

h3{
	background-color:#FFFFFF; 
	padding:2px; 
	margin:0px; 
	color:#990000; 
}

#content{
	background-image: url(bilder/content_bg.jpg);
	margin: auto;
	margin-left:200px; 
	margin-right:200px; 
	margin-top:20px;

	width:70%;
}

#footer{
	width:70%;
	background:#ffffff;}
Ich denke der Hintergrund funktioniert jetzt, hoffe aber ich hab dir nichts anderes kaput gemacht.
__________________
Gruß Tr3nDy
Tr3nDy ist offline   Mit Zitat antworten