Alles klar, konnte mir meine Frage selbst beantworten.
Man benötigt den Clearflot - IE-fix ;)
PHP
/*---------------------------------------------------------*/
/* Workaround: Clearfloat-Anpassung für alle IE-Versionen */
/*
** IE7 - x
*/
.clearfloat { display: inline-block; }
/*
** IE5.x/Win - x
** IE6 - x
*/
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/*--------------------------------------------------------*/
Alles anzeigen