gelu: div-width problem: zwei divs feste breite, eins relativ

Beitrag lesen

Hallo Sander,

<div style="float:left; height:78px; width:180px; background-color:red; margin-right: 6px;">eins</div>
<div style="float:left; height:78px; width:500px; background-color:red; margin-right: 6px;">zwei</div>
<div style="float:left; height:78px; width: *; background-color:red;">drei</div>

lass float und width beim 3.div weg und gib ihm den richtigen Abstand nach links.

Beste Grüße,
gelu