02.03.2010, 10:30
Hallo schon wieder ich,
ich habe meine Website auf einem 23 Zoll 16:9 Rechner erstellt und da sieht die Seite so aus:
![[Bild: Y4p17912.jpg]](http://www.qpic.ws/images/Y4p17912.jpg)
Nun habe ich das Ergebnis auf meinem Laptop getestet und hatte dieses Bild:
![[Bild: RnR18008.jpg]](http://www.qpic.ws/images/RnR18008.jpg)
Ich bedanke mich für eure Hilfe
Onkel
Das css sieht so aus:
ich habe meine Website auf einem 23 Zoll 16:9 Rechner erstellt und da sieht die Seite so aus:
![[Bild: Y4p17912.jpg]](http://www.qpic.ws/images/Y4p17912.jpg)
Nun habe ich das Ergebnis auf meinem Laptop getestet und hatte dieses Bild:
![[Bild: RnR18008.jpg]](http://www.qpic.ws/images/RnR18008.jpg)
Ich bedanke mich für eure Hilfe
Onkel
Das css sieht so aus:
Code:
*{
margin:0px:
padding: 0px;
}
body {
font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif
font-size: 10pt;
background-color: #ffdca6;
background-image: url(../Bilder/Blattneu.jpg);
background-repeat: repeat-y;
background-position: center;
}
p {
line-heiht:140%;
text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
color: #f3ffbf;
border-bottom: 1px solid #f3ffbf;
font-family: "Western" sarif;
}
#Kopfbild {
margin: 20px 0px 0px 46px;
}
#Navigation ul li a {
text-decoration: none;
}
#Navigation ul li{
float: right;
padding-right: 8px;
display: inline;
margin: 0px 0px 20px 0px;
}
#Hauptcontainer {
width: 980px;
margin: 0px 0px 0px 387px;
}
#Einzugcontainer {
margin: 0px 0px 0px 127px;
}
#Copyright {
clear: both;
border-top: 1px solid #f3ffbf;
padding-top: 10px;
text-decoration: none;
}
#Copyright p.link-rechts {
float: right;
}