- From: Maurice <maurice@thymeonline.com>
- Date: Wed, 02 May 2007 14:09:29 -0400
- To: HTML Working Group <public-html@w3.org>
On 5/2/07 1:19 AM, "Dmitry Turin" <html60@narod.ru> wrote: > Often menu of site is made as list of words, which are placed in horizontal > line. > If user touch this word by mouse, then roll-down list appears, > which inform about parts of sites. > > Let use tags SELECT and OPTION and add attribute "text" into tag SELECT. > This attribute forces: > 1) to demonstrate own value instead of value of first tag OPTION > 2) to not display "arrow downwards" in image of tag SELECT > > Thus tag SELECT with attributes "text" will be used > instead of each word in mentioned horizontal menu. > > Thus even un-experienced users will create horizontal menu > (they have not skills in JavaScript). > > > Dmitry Turin > http://html6.by.ru > http://sql4.by.ru > http://computer2.by.ru > I used to want something like this. But this can be accomplished with <ul><li> and more <ul> nested within the <li> to achieve a near infinite amount of sub-sub-sub menus. The ONLY time JavaScript is needed is when you want it to work in IE. See suckerfish on alistapart.com -- :: thyme online ltd :: po box cb13650 nassau the bahamas :: website: http://www.thymeonline.com/ :: tel: 242 327-1864 fax: 242 377 1038
Received on Wednesday, 2 May 2007 18:18:55 UTC