Hello, I have a long list of values to make into a navigation menu. I now think the only way will be to use a jump menu.
I found a good one on tjkdesigns-(thanks thierry) it seems more effecient than the sort that dreamweaver creates. My big concerns: how to make these jump menus standards and seo friendly? <form name="nav"> <select name="link" onChange="location=document.nav.link.options[document.nav.link.selectedIndex ].value;" value="GO"> <option selected>Choose a Destination</option> <option value="http://www.mySite.com/default.asp">Home</option> <option value="http://www.mySite.com/contact.asp">Contact Us</option> <option value="http://www.mySite.com/help.asp">mySite.com Help Center</option> </select> </form> -best kvnmcwebn ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
