[TYPO3-irre] IE8 - IRRE fields - display inline-block = no-go

Andreas Kiessling andreas.kiessling at web.de
Fri Sep 18 16:12:46 CEST 2009


Hi Ingmar,

i have just set
.typo3-TCEforms div.inlineDivMSIE {display: block}
to fix this issue for me.

This worked in rgnewsce and my own extension.

Regards,
Andreas


Ingmar Schlecht schrieb:
> Hi Andreas,
> 
> I don't have an IE8 running here, but just one thing: It would be great
> if the solution to this could be found rather quickly, as we're planning
> a release of 4.2.9 on Monday the 28th.
> 
> cheers
> Ingmar
> 
> Andreas Kiessling schrieb:
>> Hi,
>>
>> i am using IRRE in several extensions and was testing the Backend with
>> IE6/7/8
>>
>> With 6 and 7, IRRE looks just fine, IE8 however has problems due to
>>
>> ..typo3-TCEforms div.inlineDivMSIE {
>>     display: inline-block;
>> }
>>
>> The IRRE elements are displayed next to each other and don't expand to
>> the whole width of the frame. If i set the style to display:inline or
>> block, it looks just fine.
>>
>> Is there a reason, why IE gets an inline-block, while Firefox gets
>> display:block ?
>>
>> Regards,
>> Andreas


More information about the TYPO3-project-irre mailing list