CSS Drop Down Menu
- by cvandal
I'm trying to make a simple CSS drop down menu that when you mouse over a link, the sub menu appears. I've managed to achieve this when you mouse over an li but can't figure out how to do it using a link.
The reason why I'm trying to do this using a link rather than the li is that my menu width is 100% and the li spans a greater area than the link…