[TYPO3-hci] Quick Question: Pull-down menu library?

Michael Scharkow michael at underused.org
Wed Sep 13 11:23:39 CEST 2006


Kasper Skårhøj wrote:
> Hi Folks,
> 
> I'm beginning to play with the new interface and need a JS library for 
> making the drop-down menus. Of course I could figure something out using 
> the current code for context menus - and maybe that is even best to 
> stick to.

Hi Kasper,

for accessibility's and cleanliness's sake: Let's keep the required JS 
to a minimum, you can do it all with CSS only (and some JS hacks for 
IE). Suckerfish dropdowns are simple <ul> which is the best practice 
almost anywhere, including TYPO3 HMENUs. We should use them as much as 
possible in any new BE interfaces:

http://www.htmldog.com/articles/suckerfish/dropdowns/


> However, I wondered if there is a GPL compliant library out there that 
> is a simpler choice and works in all browsers (including safari and 
> konqueror!)

I haven't checked with Konqueror, but the rest works for me.

Greetings,
Michael



More information about the TYPO3-team-hci mailing list