Pogledajte određenu poruku
Staro 28. 09. 2012.   #2
Filip
član
Certified
 
Avatar Filip
 
Datum učlanjenja: 10.06.2010
Lokacija: Beograd
Poruke: 81
Hvala: 40
16 "Hvala" u 13 poruka
Filip is on a distinguished road
Default

Ako sam dobro razumeo, samo ubaci jedan clearfix izmedju drugog i treceg reda...

Dakle:

HTML kôd:
<div style="width:600px;">
      <div style='float:left;width:200px;height:60px;background:blue;'>
      </div>
      <div style='float:left;width:200px;height:70px;background:red;'>
      </div>
      <div style='float:left;width:200px;height:100px;background:green;'>
      </div>
      <div style='float:left;width:200px;height:100px;background:yellow;'>
      </div>
      <div style='float:left;width:200px;height:80px;background:silver;'>
      </div>
      <div style='float:left;width:200px;height:60px;background:black;'>
      </div>
      <div style="clear: both;"></div>
      <div style='float:left;width:200px;height:60px;background:blue;'>
      </div>
      <div style='float:left;width:200px;height:70px;background:red;'>
      </div>
      <div style='float:left;width:200px;height:100px;background:green;'>
      </div>
    </div>  

Poslednja izmena od Filip : 28. 09. 2012. u 15:14.
Filip je offline   Odgovorite uz citat