[TYPO3-core] FYI: added clear cache actions menu to backend.php

Ingo Renner ingo at typo3.org
Thu Nov 29 11:33:33 CET 2007


Ernesto Baschny [cron IT] wrote:

Hi Ernesto,

> As far as I figured it out, the CSS tries to makes the list items
> "display: inline", but these list element contain block elements (div).
> The "display" property won't be inherited down on IE, thus making them
> block elements. And setting an element to "float:left" and don't giving
> it a width won't work in IE.

yeah that's what I figured out now, too.

The proper solution obviously is to give all items a width. 
Unfortunately some items like the username or the workspace selector 
(when in offline workspace showing the enable FE preview checkbox) can 
differ in size... (will also happen with different length of labels due 
to translations!)

The more simple solution would be to drop support for IE6 as I also used 
   png icons with alpha channel...

> I don't have a solution at hand (maybe avoid <div>'s in the horizontal
> toolbar?) But I wonder how this can work on any IE6 installation?

unfortunately (for now) they're necessary to give drop down items like 
the clear cache a hight so that the background (especially when in 
active state) is shown properly.

all the best
Ingo

-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2


More information about the TYPO3-team-core mailing list