Conversation
Notices
-
@jk the problem is, so far at the top of the content area you can have up to three 'bars' which each can contain a combination of pure navigation elements (breadcrumbs or pagination), and one or more toolbars (thelatter would be 'menu' in HTML5); I've wrapped the three bars (class .headerBar) in a div (#headerBarWrapper). So far so good - but that's HTML 4.01. By now I've reasoned my way to: the 'wrapper' would be a section; inside that section would be up to three divs (.headerBar), and inside each you could have a nav element and/or a menu element. ...