Posts: 251
Name: Tom Maurer
Location: Pennslvania, USA
|
I need help figuring a menu system out. I want to try doing a pure css menu (no javascript!) like the one over at HTML Dog. I have some idea as to how they did, but i'm not 100% sure. If you click on say "HTML Beginner", it takes to the HTML Beginner Turial page where you are shown a sub menu of tutorials.
I'm thinking that those sub menus just have a display property of hidden. Then using a class on the body tag, switches the sub menus display so it is viewable. Am I on the right track here?
|