Maa: Layout Problem

Beitrag lesen

Na ja,

also nun verstehe ich es. Bzw. man muss sich ja danach richten. :)

Aber wieso ist meine 2. zeile immer noch nicht 100% breit?
Am rechten Rand sehe ich einen super schmalen weißen Streifen. Als wäre die 2. DIV Reihe 99% breit.

<div style="width: 100%; height: 100px; background-color: #0033FF; color: #FFFFFF; padding:0%; border: 0px;">
100%<br />
</div>

<div style="float: left; width: 25%; background-color: #0099FF; color: #FFFFFF; height: 100px; padding: 0%; border: 0px;">
25%
</div>

<div style="float: left; width: 50%; background-color:#00CCFF; color: #FFFFFF; height: 100px; padding: 0%; border: 0px;">
50%
</div>

<div style="float: left; width: 25%; background-color: #0099f1; color: #FFFFFF; height: 100px; padding: 0%; border: 0px;">
25%
</div>

<div style="clear: left; width: 100%; background-color: #0033FF; color: #FFFFFF; height: 100px; padding: 0%; border: 0px;">
100%
</div>