I have following fiddle: http://jsfiddle.net/BFSH4/
As you see there are two issues:
- The h1 and h2 aren't vertically aligned.
- The nav and the content aren't horzontal alligned.
For the 1. I already tried margin and padding. No success...
The second one also isn't that easy the common ways of floating and using inline-block don't work...
What am I doing wrong?
I finally managed floating the header. The problem was that hgroup isn't a block element. However even it worked after all I think it is better to use a real image for the enterprise name and slogan.
Now only the issue with the horizontal alignment fails.
I don't know why: http://jsfiddle.net/BFSH4/2/
I can do what I want there is no way that they wan't to be side by side!