Liebe Werweisswas-Leute,
ich verzweifel mal wieder an einem Layoutproblem. Ich weiß, dass das schon tausendmal in anderen Threads besprochen wurde, von denen ich auch viele angeschaut habe, aber ich friemel hier trotzdem seit Stunden rum und kriegs einfach nicht hin.
Deshalb meine Frage: wie mache ich, dass der Text im Footer (grün umrandet), welcher 800 Pixel breit ist, tatsächlich auch bis nach Rechts geht?
http://visuellemeditation.de/netti/
Das ist die Struktur:
Und das das Stlyesheet:
div.hauptfenster {
margin-top: 110px;
position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 300px;
border: 0px solid black;
background-image:url(images/background2.jpg);
}
div.linkespalte {height: 100%;
width: 266px;
float: left;
margin-left: 4px;
}
div.rechtespalte {height: 100%;
width: 266px;
float: right;
text-align: right;
margin-right: 4px;
margin-top: 27px;
}
div.mittlerespalte {height: 100%;
width: 266px;
margin: 0 auto;
float: clear;}
div.footer
{
width: 800px;
text-align: right;
color: #ababab;
border: 1px solid green;
font-size: 8px;
}
Ich wäre für Eure Hilfe sehr dankbar!
SirArthur