What is the css and html to make this menu work without any javascript. Also, I would like to hide the submenus. Please help.
<ul>
<li>Item One</li>
<li>Item Two
<ul>
<li>Item Two Aye</li>
<li>Item Two Bee</li>
<li>Item Two See</li>
<li>Item Two Dee</li>
</ul>
</li>
<li>Item Three</li>
<li>Item Four</li>
</ul>
Thank you.very much.
While I can work with a dropdown menu by adjusting the available literature. Doing the tree menu and making it collapsible and expandable is well above my head, but I can use a sample and go from there.
Vertical expandable list menu with Pure css
Take a look at the suckerfish dropdowns. If they aren't exactly what you want, the basic principle will hold for menus in other styles.
Vertical expandable list menu with Pure css
Take a look at the suckerfish dropdowns. If they aren't exactly what you want, the basic principle will hold for menus in other styles.
If you're talking about rollover (hover) menus then the example Chris provided is what you need. But if it was actually on click tree-like menus you want with just a tiny bit of javascript, check out DOM-scripted lists.
Vertical expandable list menu with Pure css
Thank you soooo much Tyssen, I've been looking for a menu like that for weeks! Thankfully I accidentally stumbled across this post
ro88o