html - Vertical nav bar bug -


im trying write vertical nav bar, no proper styling yet. cant work out how make items appear along side properly. http://javascript.nicklewers.co.uk/ basic function, when clicking on 'android' games , apps pop out apps in line android

search engines friend. i'd try before asking questions here simple things. may lot of flack.

http://jsfiddle.net/hkdfq/1/

<ul class="menusubnav">     <li><a href="">home</a></li>     <li><a href="">about</a>         <ul>             <li><a href="">games</a>                 <ul>                     <li><a href="">andriod</a></li>                     <li><a href="">windows</a></li>                 </ul>             </li>         </ul>     </li>     <li><a href="">contact</a></li> 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -