List-Based CSS-Driven Menus
Project 6
AS WE SAW IN THE PRECEDING PROJECT, it's possible to take a simple, unordered list of links and make it look good. The missing component there was the capability to have submenus and even sub-submenus. Is there a way to use CSS and simple HTML to create drop-down menus, and menus within menus?
As you might have expected, the answer is "yes." It does require using a bit of proprietary technology to get one browser on board, but since that browser is Internet Explorer for Windows, the nonstandard bit is very likely more than worth it. As we'll see in this project, we can take simple nested lists of links and turn them into multilevel menu systems.
Errata
There are no known errata for this project.