My webpage has a fixed header image in the first div, but I'm having trouble displaying subsequent divs/sections underneath it.
Despite my efforts, I can only see the header image and not the div positions below it. Any idea why this might be happening? Here is the JSFiddle link for reference: http://jsfiddle.net/s5atv9c3/
I've tried using various CSS properties such as:
top: 0px; //for the fixed element
margin-top: 100%; //for the sub-divs in the container
position: relative/absolute; //for the sub-divs in the container
Unfortunately, none of these solutions have worked for me. Any assistance or suggestions would be greatly appreciated.