For my site I have a header which I have frozen. I want it always fixed where it is. My footer will have a small line, also a specific height. How do I set the part in the middle be the rest? I aligned something against the dotted line of the footer, but there is a gap. Is there a way to position elements e.g. with the ‘bottom’ or ‘top’ attributes?
The following part is actually an immediate result of the part above. I don’t want the scrollbar of the body (so body overlfow hidden) and if the size of the window needs it, I want the scrolling only in the middle. I usually then have e.g. a center div with overflow auto.
Thanks for the tips