Absolutely positioned right. Same issues as the right-floated example.
.section .header { position: relative; } .section .header .nav { position: absolute; top: 0; right: 0; }