Make a nav bar stick Make a nav bar stick Make a nav bar stick Make a nav bar stick Make a nav bar stick Make a nav bar stick Make a nav bar stick Make a nav bar stick Make
Give headercss position fixed.
.headercss { width: 100%; height: 320px; background-color: #000000; position: fixed; top:0 }
Then give the content container a 320px padding-top, so it doesn't get behind the header.