[TYPO3-dev] Minor isuses with the latest 4.2

Stefan Galinski stefan.galinski at gmail.com
Sat Mar 22 22:24:10 CET 2008


Helmut Hummel wrote:

> * The problems with the top toolbar can be easily solved by adding a
> min-width direction (see patch).

IE6 doesn't know the min-width property. It was introduced with IE7.

Something like this should work for IE5 and 6 (just copied from one of my
css templates).

width: expression(document.documentElement.clientWidth ?
document.documentElement.clientWidth < 1000 ? "1000px" :
document.documentElement.clientWidth + "px" : document.body.clientWidth <
1000 ? "1000px" : document.documentElement.clientWidth - 1 + "px");

--
Stefan




More information about the TYPO3-dev mailing list