[TYPO3-typo3org] [ANN] IE layout problem

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Mon May 8 13:16:56 CEST 2006


hi

I was comparing new ter_fe output with
http://www.4any1.de/fileadmin/terdesign/teamwork.html
and after some hours I think I have the reason of IE strange layout.

This is the tip:

<dd class="changelog">very short<br/><br/><br/><br/></dd>

Changelog can not be shorter than 4 lines.

So to have IE layout ok you have to add just <br/><br/><br/><br/> to 
every comments you get from database or just to those that have less 
than 4 lines.

I was trying to change this part of ter_fe css that is responsible for 
that strange behavior but with no luck.

.tx-terfe-pi1 .ext-info dd.right dl.changelog dd {
     height:4.2em;
    overflow:auto;
}



--
Krystian



More information about the TYPO3-team-typo3org mailing list