[TYPO3-typo3org] better top lonks select menu

Ingmar Schlecht ingmar at typo3.org
Thu Feb 16 09:58:14 CET 2006


stefano cecere wrote:
> since Safari, but i guess also other browsers, doesn't recognize styles
> inside the selects,
> the top shortcut menu of typo3.org isn't very easy to understand:
> the "general" and "development" choices are the same as the others..

What about making them <optgroup> tags?

<select>
	<optgroup label="Swedish Cars">
		<option value ="volvo">Volvo</option>
		<option value ="saab">Saab</option>
	</optgroup>
	<optgroup label="German Cars">
		<option value ="mercedes">Mercedes</option>
		<option value ="audi">Audi</option>
	</optgroup>
</select>

cheers,
Ingmar



More information about the TYPO3-team-typo3org mailing list