HTML5/CSS3
A question for better understanding coding, Newbie
I fixed my header on top of the portview. It worked perfectly, but from now on i have to correct all following sections/divs to bring it in the position on the screen, i want to have it.
This behavior makes sense to me, because the position:fixed/absolute takes the element out of the flow.
But... is there a way to come into the normal flow again, so that i don´t need to tell every element with position: relative or absolute where it should stay? Is it a fact, that as soon i use position:fixed/absolute, i have to correct all following content/sections/divs?
How do you deal with such a situation?
This is not a big issue for me, but it blows up my code and makes it more ugly.If it is not unnecessary, i would like to aviod it...