how would the CSS work to format the 2nd nav? How do you call the same styles? Should there be 2 distinct #nav and nav2 with the same css formatting?
Code:
<div id=”nav” role=”navigation” ></div>
<div id=”nav2″ role=”navigation” ></div>
CSS:
#nav {
}
#nav2 {
}
This seems to be harder then I thought it would be!!!