Roll-down menu

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

Received on Wednesday, 2 May 2007 05:19:19 UTC