[TYPO3-dev] IE 6 problem with my plugin

Tapio Markula tapio.markula at xetpoint.fi
Wed Oct 1 18:55:21 CEST 2008


Philipp Gampe kirjoitti:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> 
> Tapio Markula schrieb:
>> Hi
>>
>> I have a IE 6 problem with skin_grey_2 with Typo3 4.2.x.
>>
>> Page tree (<div id="PageTreeDiv">) losts its height.
>> Problem relates either with CSS or JavaScript.
>> Which should change and a good proposal
> 
> 
> guess that IE6 does not support many hight attributes... I would check
> if it is possible to set a fixed value... maybe you have to disable some
> dynamic stuff for doing that

I had missed to add

body#typo3-pagetree,

into list, which has these properties
{
		padding: 0;
		margin: 0;
		overflow: auto;
		height: 100%;
	}




More information about the TYPO3-dev mailing list