[TYPO3-hci] My 4.1 proposal - again

Martin Wiederkehr martin at moede.ch
Mon Oct 16 16:07:55 CEST 2006


Kasper Skårhøj schrieb:
> Thanks Susanne.
> 
> So you basic proposal is to wrap items in <ul><li> instead of <div>.
> 
> I thought about that too. Then realized we should go for something more
> flexible, namely the diff. Who says that dropdowns represent a list
> anyway? Could be anything. In default examples we need space for a
> check-icon (√), an item icon, the title and an arrow to the right. Could
> that be made with a list? If so, how?
> 

First of all, hi there

I made a proof of concept sometimes ago to check out how I could use
form elements in a dropdown and get a "windows look" only with css
Well, you can check my solution out here http://www.moede.ch/html/dropdown/

As you can see, the second "Loeschen" Button is a form element, in that
case a button, styled with css

It's not optimised at all for any other browser than Firefox but I think
it shows how we can do that with a valide and, if we use some additional
title tags in the <li or <a tag, accessibility html

If we would need some more graphical Elements there's still the
possibility to use an empty <span tag like this <span><!-- --></span> or
a n image tag.

Maybe thats an Input you can use for a future Version of the Drowdown

Best Regards
Martin



More information about the TYPO3-team-hci mailing list