Figure 7-9. Automatically expanding menus

Chapter 7 - CSS Optimization

automatically expanding menus

Figure 7-9. Automatically expanding menus

The initial products page demonstrates all the menus deployed using the following CSS:

<style type="text/css">
    .one, .two, .three, .four, .five, .six {
    display: list-item;
}
</style>