Hallo und guten Tag.
Ich habe folgendes Problemchen. Ich habe den Auftrag bekommen eine Homepage zu erstellen und habe mich deshalb etwas in HTML eingelesen.
Auf der linken Seite soll eine Navigationsleiste seien, auf der rechten Seite der Inhalt. Dafür habe ich im Stylesheet 2 Bereiche definiert:
body { font-family:arial,sans-serif; font-weight:bold; background-color:#EBE9D8; margin-left:1%; margin-right:7%; margin-top:10px; margin-bottom:10px; }
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { font-family:arial,sans-serif; color:#070204; }
h1 { font-size:18pt; color:#070204; }
h2 { font-size:14pt; color:#070204; }
h2.sh2 { font-size:16pt; color:#070204; }
h3, h3.xmp, h3.xpl, h3.inf, h3.tip { font-size:12pt; color:#070204; }
h4 { font-size:12pt; color:#070204; }
p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:12pt; color:#070204; }
pre { font-family:courier new,courier; font-size:12pt; color:#070204; }
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#800080; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:none;}
a:active { color:#FF0000; text-decoration:none; }
a:link img { text-decoration:none; }
.imageinfo { font-size:10pt; font-weight:bold; text-align:left; }
#navi {position:fixed; padding-left:5px;}
#inhalte {padding-left:300px;
Leider ist es jetzt so, dass der Inhalt zwar rechts und die Navileiste links angezeigt wird, der Inhalt aber erst auf der Mitte der Seite beginnt. Nämlich genau auf der Höhe wo die Navileiste aufhört.
Hat da jemand eine Idee was ich falsch gemacht habe?
Vielen Dank