Reputation:
I'm looking for the CSS code to create a multi level vertical menu with no Jquery or javascript just pure CSS.
I have the HTML part done and ready to go!
Upvotes: 0
Views: 1109
Reputation: 615
The flyout menu from www.cssmenus.co.uk might be worth looking at?
Upvotes: 1
Reputation: 8792
You should follow this guide until step 3.
In case that site ever goes down essentially what you are going to need to investigate is using the :hover
selector to show and hide various parts of the menu at any given time.
Upvotes: 1