Anyone able to explain how to create the fixed navigation bar in the link below using an unordered list exclusively with HTML5 and CSS3 (no JavaScript, jQuery and the like)? I've spent hours now trying to get it like my Photoshop mock-up, but with no joy.
The navigation bar is fixed and the content has a width of 1200px, automatically centred using
margin-left: auto;
margin-right: auto;
and all colours are indicated by hex values within the image.
Also, I'm aware of the compatibility issues with having a fixed navigation bar in older browsers, but this is for a college assignment, so no need to include browser hacks.