On Wednesday 01 Feb 2006 12:44 pm, Philip Tellis wrote:
and full of outdated junk - just curious, those dropdown menus can be done with css, would lynx be able to use that?
drop-down menus are implemented as unordered lists (think semantically, a menu is just a list of options). css and javascript are used to style a ul into a drop down menu. it's actually possible to do it with css only, but few people have mastered that art.
here's a nice one:
http://www.alistapart.com/articles/horizdropdowns/