Hallo@all,
ich möchte 3 divs nebeneinander darstellen, was jetzt endlich klappt. Aber im FF wird der Hintergrunddivnicht richtig angezeigt und der bottum rutscht nach oben. Ich hatte schon bottom:0px versucht, aber ohne Erfolg.
Und hier ein Entwurf mit table und mit vielen fehlern etc. (ist nicht von mir)
http://de.geocities.com/apk_apophis/News.html
So siehts jetzt aus (mit divs)
http://bjacke.bj.funpic.de/files/News.html
Ich möchte das alles später mit CSS machen, aber erstmal will ich die Sachen richtig darstellen.
Das habe ich bereits:
<center>
<div style="width: 750px;background-color:#CCCCCC;">
<div>header</div>
<div style="width: 750px;">
<div style="float: left; width: 150px; ">
links
</div>
<div style="float: left; width: 450px;">
mitte
</div>
<div style="float:right; width: 150px;">
rechts
</div>
</div>
<div style="background-color:black;width:750px;">
footer
</div>
</div>
</center>
Danke Basti