- From: Dmitry Turin <html60@narod.ru>
- Date: Mon, 11 Jun 2007 21:37:14 +0400
- To: public-html@w3.org
Good day, Thomas. Excuse me for a long break. >> <select text="Name of part1 of site"> >> <option value="www.company.com/dir1/dir2/docname.htm">Part1.1</option> >> ... >> </select> >> <select text="Name of part2 of site"> >> <option value="www.site.net/folder/filename.htm"> Part2.1</option> >> ... >> </select> SELECT is separate html-elements, therefore can be placed in any way: vertically, horizontally. TB> <menu type="toolbar"> TB> <menu label="Name of part1 of site"> TB> <a href="www.company.com/dir1/dir2/docname.htm">Part1.1</a> TB> </menu> TB> <menu label="Name of part2 of site"> TB> <a href="www.site.net/folder/filename.htm">Part2.1</a> TB> ... TB> </menu> TB> </menu> How user can adjust location of <menu label="Name of part1 of site"> ? I imply vertical location, horizontal location ? Dmitry Turin http://html6.by.ru http://sql4.by.ru http://computer2.by.ru
Received on Thursday, 21 June 2007 05:21:58 UTC