Hallo!
Ich habe 2 div-Bereiche. Einmal links und einmal rechts.
<div style="float:left; width: 318px;">
Inhalt (links)
</div>
<div style="float:right; width: 295px;">
Inhalt (rechts)
</div>
Jetzt möchte ich, dass bei unterschiedlichen Inhalten die Höhe beider divs trotzdem gleich ist.
Wie kann ich das machen?
gondor(..)