Guten Abend!
Ich wollte für meine Website eine Navigationsliste erstellen, die auf der linken Seite zu sehen ist. Über Frames möchte ich es nur ungern lösen, sondern eher mit einer Liste (<ul><li>...</li></ul>).
Dazu denke ich, solltet ihr wissen, dass meine Homepage in einem Blockelement formatiert ist, welches folgendermaßen aussieht:
Code
#content {
text-align: center;
max-width: 1080px;
min-width: 600px;
margin-left: 20%;
margin-right: 20%;
border-style: none;
border-top-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-right-width: medium;
border-color: #000000;
background: #C0C0C0;
color: #000000;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
Alles anzeigen
Ich hoffe ihr könnt mir schnell helfen!
MfG
JFaron