I'm trying to figure out how to make my header image section and navbar section full screen while the rest of the journal is a specific width. I've actually done it before but for the life of me can't remember what the coding was to accomplish this style.
You can see my layout at
workshop_rees.
Comments 4
position: absolute;
left: 0;
}
#maincontent, #sidebar {
padding-top: 50px;
}
Reply
Would it be possible to prevent the header image and navbar from scrolling with the rest of the layout.
I know fixed would do it but wouldn't that interfere with the absolute property?
Reply
Reply
Reply
Leave a comment