Use CSS to flash up the menus

[Add image] Next >

Multiple lists (including the menu) on a page

What if we want to have another unordered list on the page as well. As it stands the CSS will override this and ALL of your uls will be formatted as a menu.

So as the navigation menu is inside a <nav> block we add an element selector to the ul and li's in the CSS as follows.