html - Select form with links? -


im trying use select form primary navigation instead of custom drop down menu. there way use tags link other pages within site typical drop down menu?

this have tried far, doesn't appear working

html

<div class="contain-to-grid sticky">      <nav class="top-bar" data-topbar role="navigation" data-options="sticky_on: small medium large">         <div class="menu">            <select>                 <option><a href="work.html">work</a></option>                 <option><a href="studio.html">studio</a></option>                 <option><a href="ideas.html">ideas</a></option>             </select>         </div>     </nav> </div> 

see link here; http://hardystewartdesign.com/dist/project.html


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -