Liebe Tutorials-Gemeinde,
bisher hatte ich immer gedacht, ich würde CSS relativ gut beherrschen, und muss nun zugeben, dass ich überfragt bin. Also folgendes Probelem:
Ich hab ne Homepage, bei der auf der LINKEN Seite eine Navigation ist:
Nun... das klappt auch alles auch im Headbereich klappt alles. Nun soll auf der rechten seite ebenfalls ne Box sein:
Nun klappt das aber nicht. Hier einmal der ganze CSS Teil der für die HP wichtig ist:
(nicht wundern, ist nicht viel)
Bitte um antworten.
bisher hatte ich immer gedacht, ich würde CSS relativ gut beherrschen, und muss nun zugeben, dass ich überfragt bin. Also folgendes Probelem:
Ich hab ne Homepage, bei der auf der LINKEN Seite eine Navigation ist:
Code:
#navi {
width: 230px;
float: left;
height: 80%;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
position: fixed;
}
Nun... das klappt auch alles auch im Headbereich klappt alles. Nun soll auf der rechten seite ebenfalls ne Box sein:
Code:
#content_right{
border-left: 1px dashed;
float:right;
}
Nun klappt das aber nicht. Hier einmal der ganze CSS Teil der für die HP wichtig ist:
(nicht wundern, ist nicht viel)
Code:
#header{
height: 130px;
width: 850px;
background-repeat:no-repeat;
margin: auto;
}
#content{
border: 0px solid #000000;
margin-left: 240px;
margin-right: 50px;
margin-bottom: 20px;
margin-top: 0px;
padding: 5px;
}
#navi {
width: 230px;
float: left;
height: 80%;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
position: fixed;
}
Bitte um antworten.
Zuletzt bearbeitet: