Page 1 of 1

(SOLVED) CSS bricht komisch um

Posted: Tue 10. Apr 2007, 10:22
by larmann
Hallo CSS-Kenner,

ich habe da einen seltsamen Umbruch in meinem CSS-Layout. Der Umbruch entsteht nur ganz selten, z.B. hier:

http://foetisch.veit-larmann.de/index.php?wir_ueber_uns

Hat jemand einen Tipp für mich?

Danke schön!

Posted: Tue 10. Apr 2007, 10:30
by pico
Hi

versuch mal ein clearing in der footer-box

Code: Select all

.boxFooter {
clear:both;
height:	182px;
background-image: url(/picture/versuch1/unten_mitte.gif);
}

Posted: Tue 10. Apr 2007, 11:00
by larmann
Danke! Das hat geklappt!