Index: t3lib/class.t3lib_tceforms_inline.php =================================================================== --- t3lib/class.t3lib_tceforms_inline.php (Revision 6577) +++ t3lib/class.t3lib_tceforms_inline.php (Arbeitskopie) @@ -424,7 +424,8 @@ $out = '
' . $header . '
'; $out .= '
' . $fields.$combination . '
'; // wrap the header, fields and combination part of a child record with a div container - $class = 'inlineDiv'.($this->fObj->clientInfo['BROWSER']=='msie' ? 'MSIE' : '') . ($isNewRecord ? ' inlineIsNewRecord' : ''); + $classMSIE = ($this->fObj->clientInfo['BROWSER']=='msie' && $this->fObj->clientInfo['VERSION'] < 8 ? 'MSIE' : ''); + $class = 'inlineDiv' . $classMSIE . ($isNewRecord ? ' inlineIsNewRecord' : ''); $out = '
' . $out . '
'; // Remove the current level also from the dynNestedStack of TCEforms: