treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] can't figure out how to get the select url working in http://css-tricks.com/convert-menu-to-dropdown

  • Hi,

    I'm trying to figure this out, but it doesn't seem to be working. How should I have my urls in here in order for navigation to work:

    <select> 
        <option value="" selected="selected">Menu</option> 
    
        <option value="/index.html">Home</option> 
        <option value="/spwl.html">Single Payment Whole Life</option> 
        <option value="/wl.html">Whole Life</option> 
        <option value="/term.html">Term</option> 
        <option value="/annuities.html">Annuities</option> 
       <option value="/contact.html">Contact Us</option> 
       <option value="/about.html">About Us</option> 
      </select>  
    
  • Have you looked all the way through the steps?

    The dropdown menu is 'activated' using JS/JQuery.

  • That didn't work for me. I actually found a JavaScript fix online.